Skip to content

Commit

Permalink
modify permission of pcap directory
Browse files Browse the repository at this point in the history
-> allows writing pcap files of capture which uses user nobody
  • Loading branch information
mammo0 committed Mar 2, 2024
1 parent 8213165 commit d44e050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/startarkime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ fi

# check if the capture process should be started
if [ "$CAPTURE" = "on" ]; then
# ensure /data/pcap directory is writable for user 'nobody' (used by the capture process)
chmod 757 /data/pcap

echo "Launch capture..."
if [ "$VIEWER" = "on" ]; then
# Background execution
Expand Down

0 comments on commit d44e050

Please sign in to comment.