Fix /run/kea ownership
Resolves: RHEL-52291
This commit is contained in:
parent
e0d522870d
commit
9b6f6b1278
8
kea.spec
8
kea.spec
@ -289,10 +289,10 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf
|
||||
%{_sbindir}/perfdhcp
|
||||
%{_unitdir}/kea*.service
|
||||
%dir %{_sysconfdir}/kea/
|
||||
%config(noreplace) %attr(640,root,kea) %{_sysconfdir}/kea/kea*.conf
|
||||
%config(noreplace) %attr(0640,root,kea) %{_sysconfdir}/kea/kea*.conf
|
||||
%{_datarootdir}/kea
|
||||
%dir %attr(750,kea,kea) %{_sharedstatedir}/kea
|
||||
%config(noreplace) %attr(640,kea,kea) %{_sharedstatedir}/kea/kea-leases*.csv
|
||||
%dir %attr(0750,kea,kea) %{_sharedstatedir}/kea
|
||||
%config(noreplace) %attr(0640,kea,kea) %{_sharedstatedir}/kea/kea-leases*.csv
|
||||
%{python3_sitelib}/kea
|
||||
%{_mandir}/man8/kea-admin.8*
|
||||
%{_mandir}/man8/kea-ctrl-agent.8*
|
||||
@ -306,7 +306,7 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf
|
||||
%{_mandir}/man8/kea-shell.8*
|
||||
%{_mandir}/man8/keactrl.8*
|
||||
%{_mandir}/man8/perfdhcp.8*
|
||||
%dir /run/kea/
|
||||
%dir %attr(0755,kea,kea) %{_rundir}/kea/
|
||||
%{_tmpfilesdir}/kea.conf
|
||||
%{_sysusersdir}/kea.conf
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user