Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering | |
This is to match strappend() and the other string related functions. | |||
2012-07-10 | util: rm_rf() refuse cleaning non-memory file systems, as extra paranoia | Lennart Poettering | |
2012-07-03 | mount-setup: don't complain if we try to fix the label of a dir beneath a ↵ | Lennart Poettering | |
mount but can't due to EROFS | |||
2012-06-20 | update TODO | Lennart Poettering | |
2012-06-20 | tmpfiles: exclude the first level directories in /run/user from automatic ↵ | Lennart Poettering | |
clean up It's logind's job to maintain those user dirs, so avoid automatic clean up for them. However, we do cover everything within them. | |||
2012-06-14 | tmpfiles: create char devices with correct SELinux context | Michal Schmidt | |
https://bugzilla.redhat.com/show_bug.cgi?id=824059 | |||
2012-06-10 | tmpfiles: fix error message | Kay Sievers | |
2012-06-10 | tmpfiles: print error if basename lookup fails; document it in manpage | Kay Sievers | |
2012-06-10 | tmpfiles: allow to specify basename only: systemd-tmpfiles <program.conf> | Dave Reisner | |
Allow passing of basename only, instead of the absolute path; letting systemd-tmpfiles perform a path lookup for the proper fragment path in the config directories. This allows distributions to call: systemd-tmpfiles <program.conf> on upgrade of a package, with respecting the possibly overriden (or even masked) tmpfile. | |||
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux ↵ | Kay Sievers | |
context | |||
2012-05-15 | tmpfiles: if we are supposed to write a string to a file, it's OK if we ↵ | Lennart Poettering | |
can't write the trailing newline | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-05-07 | util: split-out conf-file.[ch] | Kay Sievers | |
2012-04-20 | tmpfiles: fix error message | Michal Schmidt | |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-12 | move all tools to subdirs | Kay Sievers | |