summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-11/+11
2019-10-03systemd-tmpfiles: allow appending content to fileZach Smith1-3/+5
2019-10-03systemd-tmpfiles: rename force to append_or_forceZach Smith1-12/+12
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-2/+2
2019-07-11tmpfiles: use path_join() where it makes senseLennart Poettering1-1/+1
2019-07-11tmpfiles: fix buildLennart Poettering1-1/+1
2019-07-11Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering1-2/+10
2019-07-10tmpfiles: use log_syntax() for complaining about configuration file errorsLennart Poettering1-2/+1
2019-06-28Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek1-2/+2
2019-06-24tree-wide: replace strjoin() with path_join()Yu Watanabe1-1/+1
2019-06-21path-util: get rid of prefix_root()Lennart Poettering1-1/+1
2019-06-18tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.cLennart Poettering1-36/+10
2019-06-18tmpfiles: merge two nested if checks into oneLennart Poettering1-8/+10
2019-06-18tmpfiles: use path_join() where we canLennart Poettering1-1/+1
2019-06-05tmpfiles: also prefix C source paths with --rootZbigniew Jędrzejewski-Szmek1-2/+10
2019-05-22Merge pull request #12431 from poettering/tmpfiles-chmod-chown-orderZbigniew Jędrzejewski-Szmek1-19/+57
2019-04-30tmpfiles: be more careful when adjusting chmod() + chown()Lennart Poettering1-11/+41
2019-04-30tmpfiles: split out ~ mode handling into a helper functionLennart Poettering1-10/+18
2019-04-28tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal1-1/+1
2019-04-08tree-wide: introduce empty_or_dash() helperLennart Poettering1-5/+5
2019-03-28tmpfiles: move full chattr flag set to chattr-util.hLennart Poettering1-18/+1
2019-03-28tmpfiles: support the FS_PROJINHERIT_FL chattr flagLennart Poettering1-1/+3
2019-03-25tree-wide: constify a few static string tablesLennart Poettering1-1/+1
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering1-1/+1
2019-02-28tmpfiles: pass arg_root to chase_symlinks as the root prefixDavid Michael1-3/+3
2019-02-15tmpfiles: let's bump RLIMIT_NOFILE for tmpfilesLennart Poettering1-0/+4
2019-02-15tmpfiles: while aging, take a BSD file lock on each directory we descent intoLennart Poettering1-1/+7
2019-02-15tmpfiles: make some log messages a tiny bit less cryptic for mere mortalsLennart Poettering1-7/+6
2019-02-15tmpfiles: break comment blocks according to our current editor settingsLennart Poettering1-12/+7
2019-02-15tmpfiles: clean up restoring of access times after aging a bitLennart Poettering1-8/+8
2019-01-26tree-wide: use newa() instead of alloca() wherever we canLennart Poettering1-1/+1
2019-01-08tmpfiles: Make C still copy if the destination directory is emptyRyan Gonzalez1-1/+1
2018-12-12Mark *data and *userdata params to specifier_printf() as constZbigniew Jędrzejewski-Szmek1-4/+4
2018-12-10Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...Lennart Poettering1-11/+8
2018-12-10fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFSFranck Bui1-3/+4
2018-12-10tmpfiles: use CHASE_WARN in addition to CHASE_SAFEFranck Bui1-8/+4
2018-12-10fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are metFranck Bui1-2/+2
2018-12-02tmpfiles: define main through macroYu Watanabe1-50/+40
2018-12-02tmpfiles: make load_unix_sockets() return negative errno on failureYu Watanabe1-45/+31
2018-11-30tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-30Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek1-7/+4
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-29tree-wide: port various parts of the code to use parse_dev()Lennart Poettering1-7/+4
2018-11-22coccinelle: also mark previous synthetic errnos as suchZbigniew Jędrzejewski-Szmek1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-52/+47
2018-11-21Merge pull request #10860 from keszybz/more-cleanup-2Lennart Poettering1-1/+1
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20tmpfiles: also order glob child/parent relationshipsLennart Poettering1-0/+2
2018-11-20tmpfiles: fix typoLennart Poettering1-1/+1