summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2014-10-26systemd-tmpfiles: Fix IGNORE_DIRECTORY_PATH age handlingRichard Weinberger1-1/+1
2014-06-21shared: add root argument to search_and_fopenMichael Marineau1-1/+1
2014-06-18tmpfiles: set up selinux label proeprly when creating fifosLennart Poettering1-0/+2
2014-06-18label: when clearing selinux context, don't mangle errnoLennart Poettering1-8/+5
2014-06-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-3/+3
2014-06-17implement a union to pad out file_handleDave Reisner1-7/+4
2014-02-23tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek1-3/+4
2014-02-23tmpfiles: don't allow label_fix to print ENOENT when we want to ignore itLukas Nykryn1-4/+1
2014-02-23tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek1-7/+7
2014-02-23tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek1-3/+19
2014-02-23log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-2/+2
2014-02-23util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering1-1/+1
2014-02-23Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek1-4/+1
2014-02-23tmpfiles: log unaccessible FUSE mount points only as debug messageKay Sievers1-4/+7
2013-09-17tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i...Lennart Poettering1-8/+31
2013-09-17tmpfiles: support simple specifier expansion for specified pathsLennart Poettering1-20/+31
2013-07-24tmpfiles: introduce --exclude-prefixDave Reisner1-16/+28
2013-07-24tmpfiles: support passing --prefix multiple timesDave Reisner1-3/+21
2013-07-19tmpfiles: Fix memory leak in parse_line()Maciej Wereski1-1/+7
2013-06-21tmpfiles: fix error checkLennart Poettering1-1/+1
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek1-7/+3
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-9/+9
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov1-1/+1
2013-04-05Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek1-7/+7
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-3/+1
2013-04-04util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering1-23/+21
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering1-1/+1
2013-03-31tmpfiles: fix obscure leak in error pathZbigniew Jędrzejewski-Szmek1-35/+19
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-13tmpfiles: add missing missing.h includeZbigniew Jędrzejewski-Szmek1-0/+1
2013-03-13tmpfiles: --clean -- check for bind mounts of the same filesystem and skip themKay Sievers1-0/+42
2013-03-03tmpfiles: use cleanup func. to save a few linesZbigniew Jędrzejewski-Szmek1-49/+17
2013-03-03tmpfiles: move exclamation mark into right placeLukas Nykryn1-1/+1
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-62/+26
2013-02-08shared: conf-files - add root parameterKay Sievers1-1/+1
2013-01-25tmpfiles: introduce type XMichal Sekletar1-69/+123
2013-01-03tmpfiles: Fix file descriptor leak on errorThomas Jarosch1-1/+3
2012-10-23tmpfiles: allow Age to be set to 0Tom Gundersen1-1/+1
2012-10-23udev: add hardware database supportKay Sievers1-3/+2
2012-09-27tmpfiles: restore previous behavior for F/fDave Reisner1-0/+4
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering1-2/+3
2012-09-16tmpfiles: use write(2) for the 'w' actionDave Reisner1-15/+7
2012-09-13tmpfiles: plug file descriptor leak.Dave Reisner1-0/+2
2012-09-12tmpfiles: support globbing for w optionDave Reisner1-64/+71
2012-09-05tmpfiles: don't attempt creation of device nodes when we run in a containerLennart Poettering1-1/+15
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-12/+7
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-5/+5
2012-07-20tmpfiles: also look in /lib/tmpfiles.d on split /usr systemsLennart Poettering1-0/+3
2012-07-16unit: introduce %s specifier for the user shellLennart Poettering1-1/+1
2012-07-13util: rename join() to strjoin()Lennart Poettering1-1/+1