diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-14 11:19:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 11:19:22 +0200 |
commit | 36ee2ececcb6c66259a44a3dbbbf6f6db545fdff (patch) | |
tree | a35e26d3aa13bc5c9ad039e12f51eaf1afe56c2a /TODO | |
parent | 0722b359342d2a9f9e0d453875624387a0ba1be2 (diff) | |
parent | ec6bdf72597937c0fb981f5b1e04bbbe15000cc5 (diff) | |
download | systemd-36ee2ececcb6c66259a44a3dbbbf6f6db545fdff.tar.gz |
Merge pull request #9199 from poettering/copy-file-atomic
make copy_file_atomic() use O_TMPFILE to create the destination file
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,6 +14,8 @@ Janitorial Clean-ups: * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again +* copy.c: set the right chattrs before copying files and others after + * rework mount.c and swap.c to follow proper state enumeration/deserialization semantics, like we do for device.c now @@ -25,8 +27,6 @@ Features: * Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to schedule events based on time and timezone changes. -* add O_TMPFILE support to copy_file_atomic() - * nspawn: greater control over selinux label? * cgroups: figure out if we can somehow communicate in a cleaner way whether a |