summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2015-01-06tmpfiles: make gcc shut upLennart Poettering1-1/+1
2015-01-06tmpfiles: finish with EXIT_FAILURE if anything failedZbigniew Jędrzejewski-Szmek1-14/+22
2015-01-05tmpfiles: fix 'D' linesLennart Poettering1-1/+1
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-5/+23
2014-12-25tmpfiles: remove spurious include of <sys/capability.h>Filipe Brandenburger1-1/+0
2014-12-04tmpfiles, man: Add xattr support to tmpfilesMaciej Wereski1-10/+129
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering1-2/+2
2014-11-28treewide: another round of simplificationsMichal Schmidt1-52/+26
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-24/+24
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt1-6/+3
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-24/+12
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-9/+9
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-9/+9
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett1-9/+1
2014-10-23selinux: clean up selinux label function namingLennart Poettering1-14/+14
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-16/+16
2014-10-12tmpfiles: compare return against correct errnoDave Reisner1-1/+1
2014-10-01tmpfiles: use allocated buffer for pathZbigniew Jędrzejewski-Szmek1-1/+5
2014-09-26systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handlingRichard Weinberger1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-3/+3
2014-08-18tmpfiles: only execute chmod()/chown() when neededMichael Olbrich1-17/+21
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+4
2014-06-20tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...Kay Sievers1-5/+6
2014-06-19tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering1-14/+35
2014-06-19tmpfiles: do not fail when copying an empty directoryKay Sievers1-1/+1
2014-06-18tmpfiles: create directories already with the right label, instead of creatin...Lennart Poettering1-4/+4
2014-06-18tmpfiles: w lines should allow following symlinksLennart Poettering1-12/+8
2014-06-18tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering1-25/+59
2014-06-16tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering1-18/+36
2014-06-16tmpfiles: set up selinux label proeprly when creating fifosLennart Poettering1-0/+2
2014-06-13tmpfiles: skip mknod() on -EPERM (device cgroup)Kay Sievers1-3/+11
2014-06-12tmpfiles: minor modernizationsLennart Poettering1-4/+8
2014-06-11tmpfiles: add ability to mask access mode by pre-existing access mode on file...Lennart Poettering1-7/+30
2014-06-11tmpfiles: remove unnecessary functionLennart Poettering1-14/+6
2014-06-11tmpfiles: when processing lines, always process prefixes before suffixesLennart Poettering1-0/+16
2014-06-11tmpfiles: static variables populated immediately from the command line should...Lennart Poettering1-12/+12
2014-06-11tmpfiles: always recreate the most basic directory structure in /varLennart Poettering1-1/+1
2014-06-10tmpfiles: get rid of "m" lines, make them redundant by "z"Lennart Poettering1-71/+49
2014-06-10tmpfiles: add new "C" line for copying files or directoriesLennart Poettering1-1/+34
2014-06-10tmpfiles: various modernizationsLennart Poettering1-12/+27
2014-06-10label: when clearing selinux context, don't mangle errnoLennart Poettering1-8/+4
2014-04-21implement a union to pad out file_handleDave Reisner1-7/+4
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-3/+3
2014-03-17shared: export is_dirZbigniew Jędrzejewski-Szmek1-7/+6
2014-03-14tmpfiles: add --root option to operate on an alternate fs treeMichael Marineau1-3/+24
2014-03-14shared: add root argument to search_and_fopenMichael Marineau1-1/+1
2014-02-19tmpfiles: simplificationLennart Poettering1-3/+1
2014-01-30tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek1-3/+4
2014-01-09tmpfiles: don't allow label_fix to print ENOENT when we want to ignore itLukas Nykryn1-4/+1
2013-12-30tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek1-7/+7