summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles (follow)
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: Implement L? to only create symlinks if source existsDaan De Meyer2024-11-041-1/+29
* tree-wise: use "lightweight" spellingZbigniew Jędrzejewski-Szmek2024-10-181-1/+1
* path-lookup: introduce user_search_dirs() (shall replace xdg_user_dirs())Mike Yuan2024-10-061-24/+10
* path-lookup: deduplicate xdg_user_*() with sd_path_lookup()Mike Yuan2024-10-061-3/+3
* fs-util: rename laccess to access_nofollowMike Yuan2024-10-051-1/+1
* Merge pull request #34496 from YHNdnzj/tmpfiles-neg-errnoYu Watanabe2024-09-201-23/+17
|\
| * tmpfiles: ERRNO_IS_NOINFO -> _IS_NEG_, correct negative errno checksMike Yuan2024-09-201-12/+12
| * tmpfiles: use RET_GATHER moreMike Yuan2024-09-201-11/+5
* | basic/memory-util: introduce mempcpy_typesafeMike Yuan2024-09-201-1/+1
|/
* tmpfiles: introduce an explicit line flag $ for enabling purge logic for a lineLennart Poettering2024-09-151-1/+15
* meson: rename libbasic to libbasic_staticZbigniew Jędrzejewski-Szmek2024-07-031-1/+1
* tmpfiles: use common macro for a set of specifiersMatthias Lisin2024-06-261-11/+1
* tmpfiles: mention that --create also adjusts files/directories in --help textLennart Poettering2024-06-181-1/+1
* tmpfiles: suffix --replace= properly with = in commentLennart Poettering2024-06-181-6/+4
* tmpfiles: make --tldr help text symmetric to --cat-configLennart Poettering2024-06-181-1/+1
* tmpfiles: improve debug logging around O_NOATIME fallbackLennart Poettering2024-06-181-4/+3
* tmpfiles: remove pointless empty lineLennart Poettering2024-06-181-1/+0
* tmpfiles: move --purge to command section in --help text where it belongsLennart Poettering2024-06-181-2/+3
* tmpfiles: insist on at least one configuration file being specified on --purgeLennart Poettering2024-06-181-0/+4
* tmpfiles: honour --dry-run when removing directoriesLennart Poettering2024-06-181-4/+10
* tmpfiles: sort needs_purge line list in same order as enum defines themLennart Poettering2024-06-181-8/+8
* tmpfiles: improve warning message and use O_NOCTTYChristian Göttsche2024-05-281-2/+2
* tmpfiles: use RET_GATHER more, add missing assertionsMike Yuan2024-05-101-45/+44
* tmpfiles: don't compare errno with negative valueMike Yuan2024-05-101-1/+1
* tmpfiles: clean up hardlinks_vulnerable a bitMike Yuan2024-05-101-14/+13
* tmpfiles: Don't fail if file does not exist in item_do()Daan De Meyer2024-05-081-4/+5
* gcrypt: dlopenify for libsystemdLuca Boccassi2024-04-031-1/+0
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-4/+3
|\
| * strv: add helper to extend strv from both sidesZbigniew Jędrzejewski-Szmek2024-03-071-2/+2
| * various: use modern strv helpersZbigniew Jędrzejewski-Szmek2024-02-281-2/+1
* | tmpfiles: do 'X' bit check in an ACL-aware mannerMike Yuan2024-03-061-18/+28
* | tmpfiles: remove one more use of goto and modernizationMike Yuan2024-03-061-66/+47
* | extract-word: update remaining calls to `extract_many_words`Antonio Alvarez Feijoo2024-03-051-2/+1
* | dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-1/+2
|/
* fs-util: rename xopenat() -> xopanat_full()Yu Watanabe2024-02-151-5/+1
* systemd-tmpfiles: use statx_mount_sameZbigniew Jędrzejewski-Szmek2024-02-121-12/+10
* tmpfiles: implement --dry-runZbigniew Jędrzejewski-Szmek2024-02-121-106/+210
* tmpfiles: simplify how a helper function is calledZbigniew Jędrzejewski-Szmek2024-02-091-2/+5
* tmpfiles: use dir_cleanup() for R and DZbigniew Jędrzejewski-Szmek2024-02-091-31/+49
* tmpfiles: split out helper to open a directoryZbigniew Jędrzejewski-Szmek2024-02-091-34/+68
* tmpfiles: drop unnecessary assignmentZbigniew Jędrzejewski-Szmek2024-02-091-2/+2
* tmpfiles: split out verbs in helpZbigniew Jędrzejewski-Szmek2024-02-091-7/+10
* tree-wide: use normal spelling of "reopen"Zbigniew Jędrzejewski-Szmek2024-02-091-3/+3
* tmpfiles: break long log invocations and commentsZbigniew Jędrzejewski-Szmek2024-02-091-57/+78
* tmpfiles: inline variable declarations, use FOREACH_ARRAY and RET_GATHERZbigniew Jędrzejewski-Szmek2024-02-091-42/+15
* tmpfiles: split out helper to open and read a "config file"Zbigniew Jędrzejewski-Szmek2024-02-091-59/+7
* tmpfiles: only populate uid and gid caches onceZbigniew Jędrzejewski-Szmek2024-02-091-8/+11
* tmpfiles: adjust vertical whitespaceZbigniew Jędrzejewski-Szmek2024-02-091-4/+7
* sysusers,tmpfiles: clarify error message for --replaceZbigniew Jędrzejewski-Szmek2024-02-091-3/+5
* Fix bug where systemd-tmpfiles gets stuck on fifos in tmp.r-vdp2024-01-291-1/+1