From f5d4400006da1a2874f699e4e7566f6c3f36a950 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 11 Sep 2017 15:08:53 +0200 Subject: SPEC: Update owner and mode for /var/lib/sss/deskprofile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Directory is part of make list SSSD_USER_DIRS and therefore should have such owner&mode also in spec file Reviewed-by: Fabiano FidĂȘncio --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index eae36c594..4d97598e3 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -959,7 +959,7 @@ done %if (0%{?with_secrets} == 1) %attr(700,root,root) %dir %{secdbpath} %endif -%attr(700,root,root) %dir %{deskprofilepath} +%attr(755,sssd,sssd) %dir %{deskprofilepath} %ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/passwd %ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/group %ghost %attr(0644,sssd,sssd) %verify(not md5 size mtime) %{mcpath}/initgroups -- cgit