From: Lennart Poettering Date: Thu, 9 Apr 2015 11:12:06 +0000 (+0200) Subject: tmpfiles: add file attribute calls to list of glob needing commands X-Git-Tag: v220~519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34f645360325c4a986f85eaea7655b986d754251;p=thirdparty%2Fsystemd.git tmpfiles: add file attribute calls to list of glob needing commands --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index decc0a8abeb..f207f8d4b4d 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) {