Change /usr/share/fapolicyd to root:root
fapolicyd group does not have write access anyway. Fixes problem with dynamic user in image mode where it's not possible to use tmpfiles.d as the filesystem is readonly Resolves: RHEL-104873
This commit is contained in:
parent
7b2378b592
commit
a4f9846026
@ -228,11 +228,11 @@ fi
|
||||
%doc README.md
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%attr(755,root,%{name}) %dir %{_datadir}/%{name}
|
||||
%attr(755,root,%{name}) %dir %{_datadir}/%{name}/sample-rules
|
||||
%attr(644,root,%{name}) %{_datadir}/%{name}/default-ruleset.known-libs
|
||||
%attr(644,root,%{name}) %{_datadir}/%{name}/sample-rules/*
|
||||
%attr(644,root,%{name}) %{_datadir}/%{name}/fapolicyd-magic.mgc
|
||||
%attr(755,root,root) %dir %{_datadir}/%{name}
|
||||
%attr(755,root,root) %dir %{_datadir}/%{name}/sample-rules
|
||||
%attr(644,root,root) %{_datadir}/%{name}/default-ruleset.known-libs
|
||||
%attr(644,root,root) %{_datadir}/%{name}/sample-rules/*
|
||||
%attr(644,root,root) %{_datadir}/%{name}/fapolicyd-magic.mgc
|
||||
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}
|
||||
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/trust.d
|
||||
%attr(750,root,%{name}) %dir %{_sysconfdir}/%{name}/rules.d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user