diff options
author | Jörg Mayer <jmayer@loplof.de> | 2014-01-12 22:21:55 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2014-01-12 22:21:55 +0000 |
commit | 1bd240749d0754ba6cc1360ec508f9dc97f6feec (patch) | |
tree | 1dfc6ef7380491c9b943302ccef1abfa11a028b8 /Makefile.am | |
parent | 527071fb0dba0b8cae5ed8baa58b19ebf1996b89 (diff) | |
download | wireshark-1bd240749d0754ba6cc1360ec508f9dc97f6feec.tar.gz wireshark-1bd240749d0754ba6cc1360ec508f9dc97f6feec.tar.bz2 wireshark-1bd240749d0754ba6cc1360ec508f9dc97f6feec.zip |
One more place where setcap does not need inheritance
svn path=/trunk/; revision=54708
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ac448a882b..9dbb686fdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |