Set correct ninfod capabilities
This commit is contained in:
parent
9d982d6a0e
commit
aa42302355
@ -170,13 +170,14 @@ mv -f RELNOTES.tmp RELNOTES
|
|||||||
%{_sysconfdir}/rc.d/init.d/rdisc
|
%{_sysconfdir}/rc.d/init.d/rdisc
|
||||||
|
|
||||||
%files ninfod
|
%files ninfod
|
||||||
%{_sbindir}/ninfod
|
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/ninfod
|
||||||
%{_unitdir}/ninfod.service
|
%{_unitdir}/ninfod.service
|
||||||
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 01 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-2
|
* Fri Feb 01 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-2
|
||||||
- Always use posix locale when reading -i (#905840)
|
- Always use posix locale when reading -i (#905840)
|
||||||
|
- Set correct ninfod capabilities
|
||||||
|
|
||||||
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-1
|
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-1
|
||||||
- Update to iputils-s20121207 (#890397) and remove unnecessary patches
|
- Update to iputils-s20121207 (#890397) and remove unnecessary patches
|
||||||
|
Loading…
Reference in New Issue
Block a user