summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: refuse too long strings earlier in specifier_printf()Yu Watanabe2021-05-121-3/+3
* fileio: optionally, return discovered path of file in search_and_fopen()Lennart Poettering2021-05-071-2/+5
* tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+2
* Merge pull request #19164 from mmatsuya/mainYu Watanabe2021-04-111-20/+30
|\
| * tmpfiles: rework condition checkZbigniew Jędrzejewski-Szmek2021-04-081-3/+8
| * tmpfiles: use a entry in hashmap as ItemArray in read_config_file()Masahiro Matsuya2021-04-081-20/+25
* | tmpfiles: make handling of existing-but-different targets more consistentZbigniew Jędrzejewski-Szmek2021-04-081-10/+11
|/
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+5
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tmpfiles: explicitly say we need /proc/ to runLennart Poettering2021-02-101-0/+10
* tmpfiles: v/q/Q: Add env var to skip check for rootfs in subvolumeAdrian Vovk2021-02-101-2/+8
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-5/+5
* meson: make the second and third elements of tests or fuzzers optionalYu Watanabe2021-01-191-3/+1
* tmpfiles: move offline-passwd.[ch] to src/tmpfilesYu Watanabe2021-01-194-4/+269
* tmpfiles: add ANSI highlighting to our help textLennart Poettering2021-01-121-2/+4
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-1/+1
* tmpfiles: fix typoYu Watanabe2020-12-191-1/+1
* tmpfiles: try to set file attributes one by oneYu Watanabe2020-12-181-5/+9
* tree-wide: sort specifiers and move common comments to specifier.hYu Watanabe2020-11-251-7/+9
* specifiers: introduce common macros for generating specifier tablesLennart Poettering2020-11-251-6/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-092-2/+2
* tmpfiles: Handle filesystems without ACL support in more cases.Pat Coulthard2020-10-261-11/+16
* Merge pull request #17297 from keszybz/tmpfiles-sysusers-disable-standalone-i...Michael Biebl2020-10-201-2/+12
|\
| * tmpfiles,sysusers: disable --image= support in standalone versionsZbigniew Jędrzejewski-Szmek2020-10-091-2/+12
* | tmpfiles: no need to specify a synthetic error code if we don't propagate itLennart Poettering2020-10-191-1/+1
* | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-12/+12
|/
* tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* Merge pull request #16933 from poettering/copy-hardlinksZbigniew Jędrzejewski-Szmek2020-09-101-1/+1
|\
| * tree-wide: copy hardlinks wherever we deal with possibly large OS-style treesLennart Poettering2020-09-091-1/+1
* | fs-util,tmpfiles: fix error handling of fchmod_opath()Lennart Poettering2020-09-101-4/+7
|/
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-13/+8
* stat-util: provide single fallback implementation of statx()Lennart Poettering2020-09-031-132/+72
* stat-util: add new macros for declaring statx variableLennart Poettering2020-09-031-13/+2
* Merge pull request #16877 from poettering/tmpfiles-statxZbigniew Jędrzejewski-Szmek2020-09-011-63/+204
|\
| * tmpfiles: use statx() when aging filesLennart Poettering2020-08-281-63/+204
* | tree-wide: no need to negate argument to ERROR_IS_XYZ()Lennart Poettering2020-08-281-1/+1
|/
* 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
|\