summaryrefslogtreecommitdiff
path: root/src/tmpfiles
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-09 13:12:06 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-09 13:13:07 +0200
commit34f645360325c4a986f85eaea7655b986d754251 (patch)
tree382f13857e02f95fb8b444efa410901df3a9686e /src/tmpfiles
parent8aa203819fc7f2a840191f8d9d0e65566c0ce98e (diff)
tmpfiles: add file attribute calls to list of glob needing commands
Diffstat (limited to 'src/tmpfiles')
-rw-r--r--src/tmpfiles/tmpfiles.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
index decc0a8abe..f207f8d4b4 100644
--- a/src/tmpfiles/tmpfiles.c
+++ b/src/tmpfiles/tmpfiles.c
@@ -160,7 +160,9 @@ static bool needs_glob(ItemType t) {
SET_XATTR,
RECURSIVE_SET_XATTR,
SET_ACL,
- RECURSIVE_SET_ACL);
+ RECURSIVE_SET_ACL,
+ SET_ATTRIBUTE,
+ RECURSIVE_SET_ATTRIBUTE);
}
static bool takes_ownership(ItemType t) {