diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2017-09-11 15:08:53 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2017-09-12 11:31:36 +0200 |
commit | f5d4400006da1a2874f699e4e7566f6c3f36a950 (patch) | |
tree | 66172246769e53dc048e9a491ee93576345f7fc8 | |
parent | dee665060ba71ff61ad223e755ae61441118fbba (diff) | |
download | sssd-f5d4400006da1a2874f699e4e7566f6c3f36a950.tar.gz sssd-f5d4400006da1a2874f699e4e7566f6c3f36a950.tar.xz sssd-f5d4400006da1a2874f699e4e7566f6c3f36a950.zip |
SPEC: Update owner and mode for /var/lib/sss/deskprofile
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 <fidencio@redhat.com>
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |