- 11 Sep, 2012 2 commits
-
-
Michael Olbrich authored
otherwise the header contains the HEADER_INCOMPATIBLE_COMPRESSED flag even though the data is not compressed and reading the journal fails.
-
Tom Gundersen authored
Call rm_rf_children_dangerous() recursively rather than falling back to rm_rf_children(). This fixes a bug in systemd-tmpfiles. The problem can easily be reproduced by: # mount /dev/sda1 /mnt # mkdir /mnt/test # echo "D /mnt" > /root/test.conf # systemd-tmpfiles --remove /root/test.conf Attempted to remove disk file system, and we can't allow that. rm_rf(/root/test): Operation not permitted Reported-by:
Lukas Jirkovsky <l.jirkovsky@gmail.com>
-
- 10 Sep, 2012 18 commits
-
-
Lennart Poettering authored
-
Dave Reisner authored
Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries, falling back on hardcoded defaults when they can't be found.
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
Let's make sure libselinux doesn't spew to stderr
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Matthias Clasen authored
The code in the print_inhibitors function had an unintended unconditional early exit, causing it to never print any inhibitors.
-
Lennart Poettering authored
condition.c makes use of sd_id128_get_machine() after all. Spotted by Khem Raj.
-
Mantas Mikulėnas authored
Fixes instant hang on kernels that do not have CONFIG_FHANDLE enabled.
-
Mantas Mikulėnas authored
This was accidentally lost in commit 1640a0b6.
-
- 07 Sep, 2012 3 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 06 Sep, 2012 5 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 05 Sep, 2012 10 commits
-
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
The kernel's PID namespaces support reboot(2) just fine, so let's make use of it if possible.
-
Lennart Poettering authored
The kernel implicitly does sync() anyway, hence there is no need to do that in userspace explicitly. This makes the "-n" switch to halt(8) a noop.
-
Lennart Poettering authored
Since RTCs are hardware devices and are very much shared resources we should avoid to provide them in each container.
-
Lennart Poettering authored
This splits the JSON output mode into different modes: json and json-pretty. The former printing one entry per line, the latter showing JSON objects nicely indented and in multiple lines to make it easier to read for humans.
-
Lennart Poettering authored
-
Lennart Poettering authored
-
Lennart Poettering authored
-
- 04 Sep, 2012 2 commits
-
-
Lennart Poettering authored
path-util: in path_is_mount_point() fall back to the classic stat() test if fs does not support name_to_handle_at()
-
Lennart Poettering authored
-