projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeec5ef
)
tmpfiles: create with correct MAC label on option C
author
Christian Göttsche
<cgzones@googlemail.com>
Thu, 28 Nov 2019 11:18:04 +0000
(12:18 +0100)
committer
Christian Göttsche
<cgzones@googlemail.com>
Thu, 28 Nov 2019 11:18:04 +0000
(12:18 +0100)
Closes: #10855
src/tmpfiles/tmpfiles.c
patch
|
blob
|
history
diff --git
a/src/tmpfiles/tmpfiles.c
b/src/tmpfiles/tmpfiles.c
index 193ed0bc781b574d605dfc3aae0f23ea3fc1fab6..d1ba5841fd684d7fadadeaa3b093fbdc406a72bd 100644
(file)
--- a/
src/tmpfiles/tmpfiles.c
+++ b/
src/tmpfiles/tmpfiles.c
@@
-1460,7
+1460,7
@@
static int copy_files(Item *i) {
dfd, bn,
i->uid_set ? i->uid : UID_INVALID,
i->gid_set ? i->gid : GID_INVALID,
- COPY_REFLINK | COPY_MERGE_EMPTY);
+ COPY_REFLINK | COPY_MERGE_EMPTY
| COPY_MAC_CREATE
);
if (r < 0) {
struct stat a, b;