One more place where setcap does not need inheritance

svn path=/trunk/; revision=54708
This commit is contained in:
Jörg Mayer 2014-01-12 22:21:55 +00:00
parent 527071fb0d
commit 1bd240749d
1 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ if HAVE_DUMPCAP_GROUP
-chgrp $(DUMPCAP_GROUP) $(DESTDIR)$(bindir)/dumpcap
endif
if SETCAP_INSTALL
-$(SETCAP) cap_net_raw,cap_net_admin+eip $(DESTDIR)$(bindir)/dumpcap
-$(SETCAP) cap_net_raw,cap_net_admin+ep $(DESTDIR)$(bindir)/dumpcap
-chmod o-rws $(DESTDIR)$(bindir)/dumpcap
else
if SETUID_INSTALL