tmpfiles: add file attribute calls to list of glob needing commands
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2015 11:12:06 +0000 (13:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2015 11:13:07 +0000 (13:13 +0200)
src/tmpfiles/tmpfiles.c

index decc0a8..f207f8d 100644 (file)
@@ -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) {