summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* sd-path: rename the two functionsZbigniew Jędrzejewski-Szmek2020-03-271-1/+1
* tmpfiles: create with correct MAC label on option CChristian Göttsche2019-11-281-1/+1
* Merge pull request #13862 from zachsmith/systemd-tmpfiles-deprecate-for-forceZbigniew Jędrzejewski-Szmek2019-11-121-11/+7
|\
| * systemd-tmpfiles: deprecate F for f+Zach Smith2019-10-311-11/+7
* | tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop glob.h when glob-util.h is includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* | tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
|/
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-11/+11
* systemd-tmpfiles: allow appending content to fileZach Smith2019-10-031-3/+5
* systemd-tmpfiles: rename force to append_or_forceZach Smith2019-10-031-12/+12
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-2/+2
* tmpfiles: use path_join() where it makes senseLennart Poettering2019-07-111-1/+1
* tmpfiles: fix buildLennart Poettering2019-07-111-1/+1
* Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering2019-07-111-2/+10
|\
| * tmpfiles: also prefix C source paths with --rootZbigniew Jędrzejewski-Szmek2019-06-051-2/+10
* | tmpfiles: use log_syntax() for complaining about configuration file errorsLennart Poettering2019-07-101-2/+1
* | Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-2/+2
* | tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-241-1/+1
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-211-1/+1
* | tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.cLennart Poettering2019-06-181-36/+10
* | tmpfiles: merge two nested if checks into oneLennart Poettering2019-06-181-8/+10
* | tmpfiles: use path_join() where we canLennart Poettering2019-06-181-1/+1
|/
* Merge pull request #12431 from poettering/tmpfiles-chmod-chown-orderZbigniew Jędrzejewski-Szmek2019-05-221-19/+57
|\
| * tmpfiles: be more careful when adjusting chmod() + chown()Lennart Poettering2019-04-301-11/+41
| * tmpfiles: split out ~ mode handling into a helper functionLennart Poettering2019-04-301-10/+18
* | tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
|/
* tree-wide: introduce empty_or_dash() helperLennart Poettering2019-04-081-5/+5
* tmpfiles: move full chattr flag set to chattr-util.hLennart Poettering2019-03-281-18/+1
* tmpfiles: support the FS_PROJINHERIT_FL chattr flagLennart Poettering2019-03-281-1/+3
* tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* tmpfiles: pass arg_root to chase_symlinks as the root prefixDavid Michael2019-02-281-3/+3
* tmpfiles: let's bump RLIMIT_NOFILE for tmpfilesLennart Poettering2019-02-151-0/+4
* tmpfiles: while aging, take a BSD file lock on each directory we descent intoLennart Poettering2019-02-151-1/+7
* tmpfiles: make some log messages a tiny bit less cryptic for mere mortalsLennart Poettering2019-02-151-7/+6
* tmpfiles: break comment blocks according to our current editor settingsLennart Poettering2019-02-151-12/+7
* tmpfiles: clean up restoring of access times after aging a bitLennart Poettering2019-02-151-8/+8
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1
* tmpfiles: Make C still copy if the destination directory is emptyRyan Gonzalez2019-01-081-1/+1
* Mark *data and *userdata params to specifier_printf() as constZbigniew Jędrzejewski-Szmek2018-12-121-4/+4
* Merge pull request #10984 from fbuihuu/tmpfiles-be-more-explicit-with-unsafe-...Lennart Poettering2018-12-101-11/+8
|\
| * fs-util: make CHASE_WARN effective with CHASE_NO_AUTOFSFranck Bui2018-12-101-3/+4
| * tmpfiles: use CHASE_WARN in addition to CHASE_SAFEFranck Bui2018-12-101-8/+4
| * fs-util: make chase_symlink() returns -ENOLINK when unsafe transitions are metFranck Bui2018-12-101-2/+2
* | tmpfiles: define main through macroYu Watanabe2018-12-021-50/+40
* | tmpfiles: make load_unix_sockets() return negative errno on failureYu Watanabe2018-12-021-45/+31
* | tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* | tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1