Accepting request 50187 from home:RedDwarf:branches:network:utilities
OBS-URL: https://build.opensuse.org/request/show/50187 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=15
This commit is contained in:
parent
c5c1e72571
commit
c087db1fbb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 11 03:56:55 UTC 2010 - reddwarf@opensuse.org
|
||||
|
||||
- Use POSIX capabilities instead of SUID for ping
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 20:35:03 UTC 2010 - aj@suse.de
|
||||
|
||||
|
@ -100,8 +100,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/arping
|
||||
/sbin/ifenslave
|
||||
/sbin/clockdiff
|
||||
# Official rpm packages prior to 11.4 hadn't libcap support
|
||||
%if 0%{?suse_version} <= 1130
|
||||
%attr(4755,root,root) /bin/ping
|
||||
%attr(4755,root,root) /bin/ping6
|
||||
%else
|
||||
%caps(cap_net_raw=ep) /bin/ping
|
||||
%caps(cap_net_raw=ep) /bin/ping6
|
||||
%endif
|
||||
/bin/ipg
|
||||
/sbin/tracepath
|
||||
/sbin/tracepath6
|
||||
|
Loading…
x
Reference in New Issue
Block a user