Age | Commit message (Expand) | Author |
2012-03-14 | conf: when looking for configurations look in /etc first, in /run second | Lennart Poettering |
2012-01-22 | tmpfiles: fix bad memory access | Lennart Poettering |
2012-01-18 | tmpfiles: support writing short strings to files, in order to support /sys ma... | Lennart Poettering |
2012-01-18 | tmpfiles: add support for creating symlinks, char/block device nodes | Lennart Poettering |
2012-01-11 | tmpfiles: fix parsing of /proc/net/unix on 32Bit machines | Lennart Poettering |
2011-12-16 | tmpfiles: add 'z', like 'Z' but not recursive | Michal Schmidt |
2011-12-16 | tmpfiles: apply chown, chmod for 'Z' entries too | Michal Schmidt |
2011-12-16 | tmpfiles: add RECURSIVE_RELABEL_PATH ('Z') | Michal Schmidt |
2011-12-15 | tmpfiles: separate a generic item glob processing function | Michal Schmidt |
2011-12-15 | tmpfiles: use a common function to set owner/group/mode/label | Michal Schmidt |
2011-12-15 | tmpfiles: rename a couple of functions | Michal Schmidt |
2011-12-15 | tmpfiles: use an enum instead of plain char for item type | Michal Schmidt |
2011-10-10 | tmpfiles: fix file descriptor leak | Thomas Jarosch |
2011-08-21 | cgroup: honour sticky bit when trimming cgroup trees | Lennart Poettering |
2011-08-01 | umask: change default umask to 0022 just to be sure, and set it explicitly in... | Lennart Poettering |
2011-07-23 | util: make use of get_user_creds() and get_group_creds() wherever applicable | Lennart Poettering |
2011-07-23 | util: user parse_uid() wherever applicable | Lennart Poettering |
2011-07-12 | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering |
2011-07-02 | tmpfiles: don't exit with an error code if we cannot access all files | Lennart Poettering |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr... | Kay Sievers |
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers |
2011-04-25 | tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run | Kay Sievers |
2011-04-10 | tmpfiles: don't warn if two identical lines are configured | Lennart Poettering |
2011-04-04 | change remaining /var/run to /run | Kay Sievers |
2011-04-03 | tmpfiles: create leading directories for d/D instructions | Kay Sievers |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering |
2011-03-03 | dirent: support DT_UNKNOWN where necessary for compat with reiserfs | Lennart Poettering |
2011-02-28 | Spelling Corrections | Harald Hoyer |
2011-02-25 | label: udev might be making changes in /dev while we iterate through it | Lennart Poettering |
2011-02-19 | tmpfiles: never clean up block devices | Lennart Poettering |
2011-02-17 | tmpfiles: kill double slashes in unix socket names, just in case | Lennart Poettering |
2011-02-14 | tmpfiles: never delete AF_UNIX sockets that are alive | Lennart Poettering |
2011-02-13 | systemd: document systemd-tmpfiles | Lennart Poettering |
2011-02-13 | tmpfiles: take names of tmpfiles configuration files on the command line | Lennart Poettering |
2011-02-12 | tmpfiles: log to stderr if possible | Lennart Poettering |
2011-02-12 | tmpfiles: support globs | Lennart Poettering |
2011-01-22 | clang: fix some issues found with clang-analyzersystemd/v17 | Lennart Poettering |
2011-01-05 | tmpfiles: nicer message when two or more conflicting lines are configured for... | Lennart Poettering |
2010-12-28 | tmpfiles: ensure we do no follow symlinks when cleaning up dirs | Lennart Poettering |
2010-11-14 | tmpfiles: ignore files marked with the sticky bit | Lennart Poettering |
2010-10-21 | tmpfiles: consider TRUNCATE_DIRECTORY as well. | Gustavo Sverzut Barbieri |
2010-10-19 | tmpfiles: destruct selinux database after use | Lennart Poettering |
2010-10-18 | tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil... | Lennart Poettering |
2010-09-29 | tmpfiles: fix typo in comment | Andreas Jaeger |
2010-09-28 | tmpfiles: move dir to /etc/tempfiles.d/ | Lennart Poettering |
2010-09-28 | tmpfiles: return sensible error code | Lennart Poettering |
2010-09-28 | tmpfiles: rename tempfiles to tmpfiles since this isn't windows | Lennart Poettering |