summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2018-10-18tmpfiles: FOREACH_LINE excorcismLennart Poettering1-4/+10
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca1-0/+2
2018-10-08chattr: optionally, return the old flags when updating themLennart Poettering1-1/+1
2018-09-25RFC tmpfiles: Allow configuration to ignore execution errorsWilliam Douglas1-1/+9
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-7/+5
2018-08-21tmpfiles: use fd_get_path() even less excessivelyFranck Bui1-41/+18
2018-08-21Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek1-2/+2
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-2/+2
2018-08-20Merge pull request #9809 from poettering/tmpfiles-cleanupZbigniew Jędrzejewski-Szmek1-53/+72
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+15
2018-08-08tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui1-8/+13
2018-08-08tmpfiles: return correct error variable after fd_reopen()Lennart Poettering1-1/+1
2018-08-08tmpfiles: reindent one comment less weirdlyLennart Poettering1-4/+2
2018-08-08tmpfiles: use correct error variableLennart Poettering1-1/+1
2018-08-08tmpfiles: clarify that we ignore file attribute setting errorsLennart Poettering1-1/+1
2018-08-08tmpfiles: add log message where we previously failed silentlyLennart Poettering1-5/+10
2018-08-08tmpfiles: use fd_get_path() less excessivelyLennart Poettering1-42/+58
2018-07-30tmpfiles: don't follow unsafe transitions in path_set_*()Franck Bui1-8/+31
2018-07-30tmpfiles: make create_fifo() safeFranck Bui1-4/+17
2018-07-30tmpfiles: introduce create_fifo()Franck Bui1-39/+46
2018-07-30tmpfiles: introduce empty_directory()Franck Bui1-29/+27
2018-07-30tmpfiles: introduce create_directory() and create_subvolume() and make them safeFranck Bui1-22/+65
2018-07-30tmpfiles: introduce create_directory_or_subvolume()Franck Bui1-72/+84
2018-07-30tmpfiles: make create_device() safeFranck Bui1-4/+21
2018-07-30tmpfiles: introduce create_device()Franck Bui1-69/+75
2018-07-30tmpfiles: make copy_files() safeFranck Bui1-9/+26
2018-07-30tmpfiles: introduce copy_files() routineFranck Bui1-29/+36
2018-07-30tmpfiles: make write_one_file() safeFranck Bui1-3/+12
2018-07-30tmpfiles: make truncate_file() safeFranck Bui1-3/+12
2018-07-30tmpfiles: introduce truncate_file() which deals with 'F' exclusivelyFranck Bui1-35/+145
2018-07-30tmpfiles: introduce create_file() which deals with 'f'/'F' exclusivelyFranck Bui1-7/+35
2018-07-30tmpfiles: make the stat struct parameter in fd_set_*() optionalFranck Bui1-17/+36
2018-07-30tmpfiles: stat file in item_do() rather than in its callersFranck Bui1-14/+12
2018-07-16tmpfiles: set only default acls to folders #9545 (#9599)remueller1-1/+2
2018-06-29tree-wide: use instead of #ifdef for HAVE_*Yu Watanabe1-4/+4
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-1/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-2/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-13binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering1-0/+13
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-3/+3
2018-05-31tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering1-1/+1
2018-05-29core: introduce specifiers for /tmp and /var/tmpLennart Poettering1-0/+3
2018-05-18Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering1-1/+1
2018-05-18tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...Lennart Poettering1-0/+41
2018-05-13Use STRLEN in two placesZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-11tmpfiles: remove newline that shouldn't be thereLennart Poettering1-3/+1
2018-05-10Merge pull request #8953 from yuwata/bus-macroLennart Poettering1-1/+1
2018-05-11path-util: introduce empty_to_root() and use it many placesYu Watanabe1-1/+1