summaryrefslogtreecommitdiff
path: root/src/tmpfiles.c
AgeCommit message (Expand)Author
2012-01-11tmpfiles: fix parsing of /proc/net/unix on 32Bit machinesLennart Poettering
2011-12-16tmpfiles: add 'z', like 'Z' but not recursiveMichal Schmidt
2011-12-16tmpfiles: apply chown, chmod for 'Z' entries tooMichal Schmidt
2011-12-16tmpfiles: add RECURSIVE_RELABEL_PATH ('Z')Michal Schmidt
2011-12-15tmpfiles: separate a generic item glob processing functionMichal Schmidt
2011-12-15tmpfiles: use a common function to set owner/group/mode/labelMichal Schmidt
2011-12-15tmpfiles: rename a couple of functionsMichal Schmidt
2011-12-15tmpfiles: use an enum instead of plain char for item typeMichal Schmidt
2011-10-10tmpfiles: fix file descriptor leakThomas Jarosch
2011-08-21cgroup: honour sticky bit when trimming cgroup treesLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering
2011-07-23util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering
2011-07-23util: user parse_uid() wherever applicableLennart Poettering
2011-07-12tmpfiles: allow creation of named pipes with tmpfilesLennart Poettering
2011-07-02tmpfiles: don't exit with an error code if we cannot access all filesLennart Poettering
2011-04-30binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr...Kay Sievers
2011-04-28util: conf_files_list() return list as parameterKay Sievers
2011-04-25tmpfiles.d: switch to stacked config dirs in /lib, /etc, /runKay Sievers
2011-04-10tmpfiles: don't warn if two identical lines are configuredLennart Poettering
2011-04-04change remaining /var/run to /runKay Sievers
2011-04-03tmpfiles: create leading directories for d/D instructionsKay Sievers
2011-04-01general: replace a few uses of /var/run by /runLennart Poettering
2011-03-03dirent: support DT_UNKNOWN where necessary for compat with reiserfsLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-25label: udev might be making changes in /dev while we iterate through itLennart Poettering
2011-02-19tmpfiles: never clean up block devicesLennart Poettering
2011-02-17tmpfiles: kill double slashes in unix socket names, just in caseLennart Poettering
2011-02-14tmpfiles: never delete AF_UNIX sockets that are aliveLennart Poettering
2011-02-13systemd: document systemd-tmpfilesLennart Poettering
2011-02-13tmpfiles: take names of tmpfiles configuration files on the command lineLennart Poettering
2011-02-12tmpfiles: log to stderr if possibleLennart Poettering
2011-02-12tmpfiles: support globsLennart Poettering
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2011-01-05tmpfiles: nicer message when two or more conflicting lines are configured for...Lennart Poettering
2010-12-28tmpfiles: ensure we do no follow symlinks when cleaning up dirsLennart Poettering
2010-11-14tmpfiles: ignore files marked with the sticky bitLennart Poettering
2010-10-21tmpfiles: consider TRUNCATE_DIRECTORY as well.Gustavo Sverzut Barbieri
2010-10-19tmpfiles: destruct selinux database after useLennart Poettering
2010-10-18tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil...Lennart Poettering
2010-09-29tmpfiles: fix typo in commentAndreas Jaeger
2010-09-28tmpfiles: move dir to /etc/tempfiles.d/Lennart Poettering
2010-09-28tmpfiles: return sensible error codeLennart Poettering
2010-09-28tmpfiles: rename tempfiles to tmpfiles since this isn't windowsLennart Poettering