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