[arch-commits] Commit in wireshark/trunk (PKGBUILD wireshark.install)

Timothy Redaelli tredaelli at archlinux.org
Tue Jan 12 13:44:34 UTC 2016


    Date: Tuesday, January 12, 2016 @ 14:44:34
  Author: tredaelli
Revision: 156157

upgpkg: wireshark 2.0.1-2

FS#44465

Modified:
  wireshark/trunk/PKGBUILD
  wireshark/trunk/wireshark.install

-------------------+
 PKGBUILD          |    2 +-
 wireshark.install |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-12 13:33:23 UTC (rev 156156)
+++ PKGBUILD	2016-01-12 13:44:34 UTC (rev 156157)
@@ -5,7 +5,7 @@
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt5-base' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'

Modified: wireshark.install
===================================================================
--- wireshark.install	2016-01-12 13:33:23 UTC (rev 156156)
+++ wireshark.install	2016-01-12 13:44:34 UTC (rev 156157)
@@ -1,7 +1,7 @@
 post_install() {
     getent group wireshark >/dev/null 2>&1 ||  groupadd -g 150 wireshark &>/dev/null
 
-    setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+    setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip CAP_DAC_OVERRIDE+eip' usr/bin/dumpcap
     echo "NOTE: To run wireshark as normal user you have to add yourself into wireshark group"
 }
 
@@ -8,7 +8,7 @@
 post_upgrade() {
     getent group wireshark >/dev/null 2>&1 ||  groupadd -g 150 wireshark &>/dev/null
 
-    setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
+    setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip CAP_DAC_OVERRIDE+eip' usr/bin/dumpcap
 }
 
 post_remove() {



More information about the arch-commits mailing list