summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAge
...
* 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
* tmpfiles: log unaccessible FUSE mount points only as debug messageKay Sievers2013-10-17
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-14
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i...Lennart Poettering2013-09-17
* tmpfiles: support simple specifier expansion for specified pathsLennart Poettering2013-09-17
* tmpfiles: introduce --exclude-prefixDave Reisner2013-07-24
* tmpfiles: support passing --prefix multiple timesDave Reisner2013-07-24
* tmpfiles: Fix memory leak in parse_line()Maciej Wereski2013-07-19
* tmpfiles: fix error checkLennart Poettering2013-06-21
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-15
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-05