summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-191-8/+8
* tmpfiles: support --image= similar to --root=Lennart Poettering2020-08-051-5/+43
* tmpfiles: properly prefix paths in debug outputsLennart Poettering2020-08-051-3/+13
* tmpfiles: we don't support the combination of --root and --user, hence refuse itLennart Poettering2020-08-051-0/+4
* tmpfiles: add new switch -E for quickly excluding /proc, /dev, /sys and /runLennart Poettering2020-08-051-1/+30
* Move offline-password.[ch] to shared and add test-offline-passwdZbigniew Jędrzejewski-Szmek2020-07-183-133/+2
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-2/+1
* Merge pull request #16238 from keszybz/set-handling-moreZbigniew Jędrzejewski-Szmek2020-06-241-5/+1
|\
| * tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-5/+1
* | Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+3
|/
* meson: build standalone version of systemd-tmpfilesFilipe Brandenburger2020-06-101-0/+7
* Merge pull request #15910 from poettering/tmpfiles-pstore-tweakDaan De Meyer2020-05-261-4/+8
|\
| * tmpfiles: downgrade log message when we can't write a file and failure is all...Lennart Poettering2020-05-251-4/+8
* | tmpfiles: deal with kernel errno change if quota is not enabledLennart Poettering2020-05-261-1/+1
|/
* Merge pull request #15718 from poettering/tmpfiles-offlineZbigniew Jędrzejewski-Szmek2020-05-083-12/+199
|\
| * sysusers/tmpfiles: use --root=/ as way to force offline operation (i.e. with...Lennart Poettering2020-05-071-4/+6
| * tmpfiles: optionally, read /etc/passwd + /etc/group without NSSLennart Poettering2020-05-073-8/+193
* | Add %l as specifier for the hostname without any domain componentZbigniew Jędrzejewski-Szmek2020-05-071-0/+1
|/
* Merge pull request #15626 from poettering/more-specifiersFrantisek Sumsal2020-04-291-0/+5
|\
| * tree-wide: support a bunch of additional specifiersLennart Poettering2020-04-281-0/+5
* | tmpfiles: remove unnecessary assertLennart Poettering2020-04-291-3/+1
* | tmpfiles: use log_syntax() for all parse errorsLennart Poettering2020-04-291-47/+36
|/
* tmpfiles: if we get ENOENT when opening /proc/self/fd/, check if /proc is mou...Lennart Poettering2020-04-231-0/+5
* sysusers,tmpfiles: always mention error when failing to replace specifiersLennart Poettering2020-04-231-1/+1
* 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