summarylogtreecommitdiffstats
path: root/wireshark.install
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark.install')
-rw-r--r--wireshark.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/wireshark.install b/wireshark.install
new file mode 100644
index 000000000000..6eabd1bc9fa6
--- /dev/null
+++ b/wireshark.install
@@ -0,0 +1,8 @@
+post_install() {
+ post_upgrade
+ echo "NOTE: To run wireshark as normal user you have to add yourself into wireshark group"
+}
+
+post_upgrade() {
+ setcap cap_net_raw,cap_net_admin,cap_dac_override+eip usr/bin/dumpcap
+}