diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-09 13:12:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-09 13:13:07 +0200 |
commit | 34f645360325c4a986f85eaea7655b986d754251 (patch) | |
tree | 382f13857e02f95fb8b444efa410901df3a9686e | |
parent | 8aa203819fc7f2a840191f8d9d0e65566c0ce98e (diff) |
tmpfiles: add file attribute calls to list of glob needing commands
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 4 |
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) { |