6 lines
83 B
Text
6 lines
83 B
Text
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
## allow everybody to run wireshark:
|
||
|
chmod 0755 /usr/bin/dumpcap
|