summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-7/+5
* tmpfiles: use fd_get_path() even less excessivelyFranck Bui2018-08-211-41/+18
* Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-211-2/+2
|\
| * user-util: rework get_user_creds()Lennart Poettering2018-08-201-2/+2
* | Merge pull request #9809 from poettering/tmpfiles-cleanupZbigniew Jędrzejewski-Szmek2018-08-201-53/+72
|\ \
| * | tmpfiles: return correct error variable after fd_reopen()Lennart Poettering2018-08-081-1/+1
| * | tmpfiles: reindent one comment less weirdlyLennart Poettering2018-08-081-4/+2
| * | tmpfiles: use correct error variableLennart Poettering2018-08-081-1/+1
| * | tmpfiles: clarify that we ignore file attribute setting errorsLennart Poettering2018-08-081-1/+1
| * | tmpfiles: add log message where we previously failed silentlyLennart Poettering2018-08-081-5/+10
| * | tmpfiles: use fd_get_path() less excessivelyLennart Poettering2018-08-081-42/+58
| |/
* | tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+15
* | tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui2018-08-081-8/+13
|/
* tmpfiles: don't follow unsafe transitions in path_set_*()Franck Bui2018-07-301-8/+31
* tmpfiles: make create_fifo() safeFranck Bui2018-07-301-4/+17
* tmpfiles: introduce create_fifo()Franck Bui2018-07-301-39/+46
* tmpfiles: introduce empty_directory()Franck Bui2018-07-301-29/+27
* tmpfiles: introduce create_directory() and create_subvolume() and make them safeFranck Bui2018-07-301-22/+65
* tmpfiles: introduce create_directory_or_subvolume()Franck Bui2018-07-301-72/+84
* tmpfiles: make create_device() safeFranck Bui2018-07-301-4/+21
* tmpfiles: introduce create_device()Franck Bui2018-07-301-69/+75
* tmpfiles: make copy_files() safeFranck Bui2018-07-301-9/+26
* tmpfiles: introduce copy_files() routineFranck Bui2018-07-301-29/+36
* tmpfiles: make write_one_file() safeFranck Bui2018-07-301-3/+12
* tmpfiles: make truncate_file() safeFranck Bui2018-07-301-3/+12
* tmpfiles: introduce truncate_file() which deals with 'F' exclusivelyFranck Bui2018-07-301-35/+145
* tmpfiles: introduce create_file() which deals with 'f'/'F' exclusivelyFranck Bui2018-07-301-7/+35
* tmpfiles: make the stat struct parameter in fd_set_*() optionalFranck Bui2018-07-301-17/+36
* tmpfiles: stat file in item_do() rather than in its callersFranck Bui2018-07-301-14/+12
* tmpfiles: set only default acls to folders #9545 (#9599)remueller2018-07-161-1/+2
* tree-wide: use instead of #ifdef for HAVE_*Yu Watanabe2018-06-291-4/+4
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-1/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering2018-06-131-0/+13
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-3/+3
* tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering2018-05-311-1/+1
* core: introduce specifiers for /tmp and /var/tmpLennart Poettering2018-05-291-0/+3
* Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering2018-05-181-1/+1
|\
| * Use STRLEN in two placesZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* | tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...Lennart Poettering2018-05-181-0/+41
|/
* tmpfiles: remove newline that shouldn't be thereLennart Poettering2018-05-111-3/+1
* Merge pull request #8953 from yuwata/bus-macroLennart Poettering2018-05-111-1/+1
|\
| * path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-101-1/+1
* | tmpfiles: add --cat-configZbigniew Jędrzejewski-Szmek2018-04-271-27/+45
|/
* tmpfiles: 'e' is supposed to accept shell-style globsFranck Bui2018-04-241-1/+1
* tmpfiles: 'e' is supposed to operate on directory onlyFranck Bui2018-04-241-0/+3
* fs-util: introduce fchmod_opath()Franck Bui2018-04-241-8/+2