summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles, man: Add xattr support to tmpfilesMaciej Wereski2014-12-041-10/+129
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-2/+2
* treewide: another round of simplificationsMichal Schmidt2014-11-281-52/+26
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-24/+24
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-6/+3
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-24/+12
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-9/+9
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-9/+9
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-261-9/+1
* selinux: clean up selinux label function namingLennart Poettering2014-10-231-14/+14
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-16/+16
* tmpfiles: compare return against correct errnoDave Reisner2014-10-121-1/+1
* tmpfiles: use allocated buffer for pathZbigniew Jędrzejewski-Szmek2014-10-011-1/+5
* systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handlingRichard Weinberger2014-09-261-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+3
* tmpfiles: only execute chmod()/chown() when neededMichael Olbrich2014-08-181-17/+21
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...Kay Sievers2014-06-201-5/+6
* tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering2014-06-191-14/+35
* tmpfiles: do not fail when copying an empty directoryKay Sievers2014-06-191-1/+1
* tmpfiles: create directories already with the right label, instead of creatin...Lennart Poettering2014-06-181-4/+4
* tmpfiles: w lines should allow following symlinksLennart Poettering2014-06-181-12/+8
* tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering2014-06-181-25/+59
* tmpfiles: add new "L+" command as stronger version of "L", that removes the d...Lennart Poettering2014-06-161-18/+36
* tmpfiles: set up selinux label proeprly when creating fifosLennart Poettering2014-06-161-0/+2
* tmpfiles: skip mknod() on -EPERM (device cgroup)Kay Sievers2014-06-131-3/+11
* tmpfiles: minor modernizationsLennart Poettering2014-06-121-4/+8
* tmpfiles: add ability to mask access mode by pre-existing access mode on file...Lennart Poettering2014-06-111-7/+30
* tmpfiles: remove unnecessary functionLennart Poettering2014-06-111-14/+6
* tmpfiles: when processing lines, always process prefixes before suffixesLennart Poettering2014-06-111-0/+16
* tmpfiles: static variables populated immediately from the command line should...Lennart Poettering2014-06-111-12/+12
* tmpfiles: always recreate the most basic directory structure in /varLennart Poettering2014-06-111-1/+1
* tmpfiles: get rid of "m" lines, make them redundant by "z"Lennart Poettering2014-06-101-71/+49
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-101-1/+34
* tmpfiles: various modernizationsLennart Poettering2014-06-101-12/+27
* label: when clearing selinux context, don't mangle errnoLennart Poettering2014-06-101-8/+4
* implement a union to pad out file_handleDave Reisner2014-04-211-7/+4
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-3/+3
* shared: export is_dirZbigniew Jędrzejewski-Szmek2014-03-171-7/+6
* tmpfiles: add --root option to operate on an alternate fs treeMichael Marineau2014-03-141-3/+24
* shared: add root argument to search_and_fopenMichael Marineau2014-03-141-1/+1
* tmpfiles: simplificationLennart Poettering2014-02-191-3/+1
* tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek2014-01-301-3/+4
* tmpfiles: don't allow label_fix to print ENOENT when we want to ignore itLukas Nykryn2014-01-091-4/+1
* tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek2013-12-301-7/+7
* tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek2013-12-241-3/+19
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-2/+2
* tmpfiles: replace readdir_r with readdirFlorian Weimer2013-12-211-4/+4
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-4/+11
* build-sys: use -Og instead of -O0 to catch warningsKay Sievers2013-10-211-2/+5