summaryrefslogtreecommitdiff
path: root/src/tmpfiles
Commit message (Expand)AuthorAgeFilesLines
* 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
* tmpfiles: "e" takes globsZbigniew Jędrzejewski-Szmek2017-12-061-1/+1
* tmpfiles: fix typo in error messageZbigniew Jędrzejewski-Szmek2017-12-061-1/+1
* tmpfiles: downgrade warning about duplicate lineZbigniew Jędrzejewski-Szmek2017-12-061-2/+2
* Fail on unknown (alphanumerical) specifiersZbigniew Jędrzejewski-Szmek2017-12-061-5/+9
* tmpfiles: add a special return code for syntax failuresZbigniew Jędrzejewski-Szmek2017-12-011-14/+52
* tree-wide: use strv_isempty() instead of strv_length() == 0Lennart Poettering2017-11-291-1/+1
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-8/+2
* tmpfiles: check if not too many symbolic links. (#7423)Lukasz Rubaszewski2017-11-241-1/+1
* Merge pull request #7395 from poettering/nametohandleat-loopZbigniew Jędrzejewski-Szmek2017-11-221-4/+2
|\
| * mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()Lennart Poettering2017-11-211-4/+2
* | tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-2/+1
|/
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tmpfiles: when /etc is not fully initialized, some specifiers are expected to...Franck Bui2017-11-161-41/+106
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-5/+5
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-5/+5
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-6/+6
|/
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* tmpfiles: silently ignore any path that passes through autofs (#6506)NeilBrown2017-09-041-0/+3
* tmpfiles: with "e" don't attempt to set permissions when file doesn't exist (...Michal Sekletar2017-08-311-2/+14
* tmpfiles: Allow create symlink on directories (#6039)William Douglas2017-08-091-0/+9
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-191-4/+3
* tmpfiles: use safe_glob()Zbigniew Jędrzejewski-Szmek2017-04-271-8/+3
* tmpfiles: downgrade error message when operation is not supported (#5692)Yu Watanabe2017-04-101-1/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1