]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: enforce ordering when executing lines
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Apr 2015 14:22:22 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Apr 2015 14:23:47 +0000 (16:23 +0200)
commit17493fa5d17cadce3b773692d3eeab137de7d323
treead66a570d965595f1835b41abd8f8a97055b93eb
parent90937fe3d31b433a1794d181a4e028d3817c258d
tmpfiles: enforce ordering when executing lines

Always create files first, and then adjust their ACLs, xattrs, file
attributes, never the opposite. Previously the order was not
deterministic, thus possibly first adjusting ACLs/xattrs/file
attributes before actually creating the items.
src/tmpfiles/tmpfiles.c