summaryrefslogtreecommitdiff
path: root/src/tmpfiles/tmpfiles.c
Commit message (Expand)AuthorAge
* 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
* tmpfiles: static variables populated immediately from the command line should...Lennart Poettering2014-06-11
* tmpfiles: always recreate the most basic directory structure in /varLennart Poettering2014-06-11
* tmpfiles: get rid of "m" lines, make them redundant by "z"Lennart Poettering2014-06-10
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-10
* tmpfiles: various modernizationsLennart Poettering2014-06-10
* label: when clearing selinux context, don't mangle errnoLennart Poettering2014-06-10
* implement a union to pad out file_handleDave Reisner2014-04-21
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* shared: export is_dirZbigniew Jędrzejewski-Szmek2014-03-17
* tmpfiles: add --root option to operate on an alternate fs treeMichael Marineau2014-03-14
* shared: add root argument to search_and_fopenMichael Marineau2014-03-14
* tmpfiles: simplificationLennart Poettering2014-02-19
* tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek2014-01-30
* tmpfiles: don't allow label_fix to print ENOENT when we want to ignore itLukas Nykryn2014-01-09
* tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek2013-12-30
* tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek2013-12-24
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* tmpfiles: replace readdir_r with readdirFlorian Weimer2013-12-21
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* build-sys: use -Og instead of -O0 to catch warningsKay Sievers2013-10-21