summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAge
* tmpfiles: fix help textZbigniew Jędrzejewski-Szmek2015-01-27
* tmpfiles: use casts instead of warning suppressionZbigniew Jędrzejewski-Szmek2015-01-26
* tmpfiles: do not bump access times of directories we are cleaning upZbigniew Jędrzejewski-Szmek2015-01-24
* tmpfiles: add debug statements for all actionsZbigniew Jędrzejewski-Szmek2015-01-24
* tmpfiles: minor simplificationZbigniew Jędrzejewski-Szmek2015-01-23
* shared/acl-util: add mask only when needed, always add base ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: implement augmenting of existing ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make t and a globby, add their recursive versions T and AZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make recursive operation genericZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: attach an array of items to each pathZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: make sure not to concatenate non-absolute pathZbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: detect all combinations of + and !Zbigniew Jędrzejewski-Szmek2015-01-22
* tmpfiles: simplificationZbigniew Jędrzejewski-Szmek2015-01-22
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-18
* tmpfiles: make gcc shut upLennart Poettering2015-01-06
* tmpfiles: finish with EXIT_FAILURE if anything failedZbigniew Jędrzejewski-Szmek2015-01-06
* tmpfiles: fix 'D' linesLennart Poettering2015-01-05
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-28
* tmpfiles: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-25
* tmpfiles, man: Add xattr support to tmpfilesMaciej Wereski2014-12-04
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-28
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-26
* selinux: clean up selinux label function namingLennart Poettering2014-10-23
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-23
* tmpfiles: compare return against correct errnoDave Reisner2014-10-12
* tmpfiles: use allocated buffer for pathZbigniew Jędrzejewski-Szmek2014-10-01
* systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handlingRichard Weinberger2014-09-26
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* tmpfiles: only execute chmod()/chown() when neededMichael Olbrich2014-08-18
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...Kay Sievers2014-06-20
* tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering2014-06-19
* tmpfiles: do not fail when copying an empty directoryKay Sievers2014-06-19
* tmpfiles: create directories already with the right label, instead of creatin...Lennart Poettering2014-06-18
* tmpfiles: w lines should allow following symlinksLennart Poettering2014-06-18
* tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering2014-06-18
* tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering2014-06-16
* tmpfiles: set up selinux label proeprly when creating fifosLennart Poettering2014-06-16
* tmpfiles: skip mknod() on -EPERM (device cgroup)Kay Sievers2014-06-13
* tmpfiles: minor modernizationsLennart Poettering2014-06-12
* tmpfiles: add ability to mask access mode by pre-existing access mode on file...Lennart Poettering2014-06-11
* tmpfiles: remove unnecessary functionLennart Poettering2014-06-11
* tmpfiles: when processing lines, always process prefixes before suffixesLennart Poettering2014-06-11