summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* tmpfiles: log unaccessible FUSE mount points only as debug messageKay Sievers2013-10-171-4/+7
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-141-1/+1
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-4/+1
* tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i...Lennart Poettering2013-09-171-8/+31
* tmpfiles: support simple specifier expansion for specified pathsLennart Poettering2013-09-171-20/+31
* tmpfiles: introduce --exclude-prefixDave Reisner2013-07-241-16/+28
* tmpfiles: support passing --prefix multiple timesDave Reisner2013-07-241-3/+21
* tmpfiles: Fix memory leak in parse_line()Maciej Wereski2013-07-191-1/+7
* tmpfiles: fix error checkLennart Poettering2013-06-211-1/+1
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-7/+3
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-9/+9
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-151-1/+1
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-051-7/+7
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-3/+1
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-041-23/+21