Fix /run/kea ownership
This commit is contained in:
parent
a132f48c7f
commit
944f9adf4f
8
kea.spec
8
kea.spec
@ -286,10 +286,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*
|
||||
@ -303,7 +303,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