summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering2018-06-131-0/+13
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-3/+3
* tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering2018-05-311-1/+1
* core: introduce specifiers for /tmp and /var/tmpLennart Poettering2018-05-291-0/+3
* Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering2018-05-181-1/+1
|\
| * Use STRLEN in two placesZbigniew Jędrzejewski-Szmek2018-05-131-1/+1
* | tmpfiles: fix up and complain paths referring to /var/run (instead of /run) a...Lennart Poettering2018-05-181-0/+41
|/
* tmpfiles: remove newline that shouldn't be thereLennart Poettering2018-05-111-3/+1
* Merge pull request #8953 from yuwata/bus-macroLennart Poettering2018-05-101-1/+1
|\
| * path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-111-1/+1
* | tmpfiles: add --cat-configZbigniew Jędrzejewski-Szmek2018-04-271-27/+45
|/
* tmpfiles: 'e' is supposed to accept shell-style globsFranck Bui2018-04-241-1/+1
* tmpfiles: 'e' is supposed to operate on directory onlyFranck Bui2018-04-241-0/+3
* fs-util: introduce fchmod_opath()Franck Bui2018-04-241-8/+2
* tmpfiles: remove spurious curly braces in create_item()Franck Bui2018-04-241-3/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8617 from keszybz/tmpfiles-relaxLennart Poettering2018-04-051-10/+10
|\
| * tmpfiles: add a new return code for "operational failure" when processingZbigniew Jędrzejewski-Szmek2018-04-051-10/+10
* | Merge pull request #8605 from poettering/drop-in-name-fixZbigniew Jędrzejewski-Szmek2018-04-041-4/+1
|\ \
| * | fd-util: introduce fd_reopen() helper for reopening an fdLennart Poettering2018-03-291-4/+1
| |/
* | tmpfiles: fix directory removal with force symlink (#8619)Ricardo Salveti de Araujo2018-04-031-1/+1
|/
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-271-1/+1
* coccinelle: run const-strlen.cocci againLennart Poettering2018-03-231-4/+4
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* tmpfiles: don't resolve pathnames when traversing recursively through directo...Franck Bui2018-03-051-124/+239
* tmpfiles: fstat() works with fd opened with O_PATH since Linux 3.6Franck Bui2018-03-051-2/+2
* tmpfiles: make hardlink_vulnerable() argument constantFranck Bui2018-03-051-1/+1
* Merge pull request #8144 from poettering/journal-inotify-fixesZbigniew Jędrzejewski-Szmek2018-02-141-2/+4
|\
| * tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+4
* | tmpfiles: age root-owned read-only files, by default (#7917)itsbill2018-02-121-6/+0
|/
* tmpfiles: allow admin/runtime overrides to runtime configZbigniew Jędrzejewski-Szmek2018-02-051-27/+83
* tmpfiles: make "f" lines behaviour match what the documentation saysLennart Poettering2018-01-241-2/+7
* tmpfiles: create parent directories if they are missing for more line typesLennart Poettering2018-01-231-2/+20
* tmpfiles: refuse to chown()/chmod() files which are hardlinked, unless protec...Lennart Poettering2018-01-231-0/+43
* tmpfiles: fix check for figuring out whether to call chmod()Lennart Poettering2018-01-231-2/+2
* tmpfiles: shortcut path_set_perms() if there's nothing to doLennart Poettering2018-01-231-1/+4
* tmpfiles: change ownership of symlinks tooLennart Poettering2018-01-231-20/+21
* tmpfiles: use the DEBUG_LOGGING macro where applicableLennart Poettering2018-01-221-1/+1
* tmpfiles: add missing OOM checkLennart Poettering2018-01-221-0/+3
* tmpfiles: avoid using wrong type for strlen() resultLennart Poettering2018-01-221-4/+1
* tmpfiles: in dir_cleanup() take benefit that log_error_errno() returns the er...Lennart Poettering2018-01-221-4/+2
* tmpfiles: fold five lines into twoLennart Poettering2018-01-221-5/+2
* tmpfiles: consider /etc uninitialized also when /etc/machine-id is present bu...Franck Bui2018-01-101-3/+3
* tmpfiles: modernize load_unix_sockets() a bitLennart Poettering2018-01-101-15/+30
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* tmpfiles: also add %t/%S/%C/%L specifiersZbigniew Jędrzejewski-Szmek2017-12-061-16/+65
* tmpfiles: add --user switchZbigniew Jędrzejewski-Szmek2017-12-061-8/+89
* tmpfiles: Add specifiers to allow running as user instanceayekat2017-12-061-0/+4