Skip to content

Commit

Permalink
Run netmon + silk-daemon in privileged mode for iptables locking
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Franks <[email protected]>
  • Loading branch information
geofffranks authored and ameowlia committed Mar 18, 2022
1 parent b6acb55 commit 0298398
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/netmon/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ processes:
capabilities:
- NET_RAW
- NET_ADMIN
unsafe:
privileged: true
2 changes: 2 additions & 0 deletions jobs/silk-daemon/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ processes:
writable: true
capabilities:
- NET_ADMIN
unsafe:
privileged: true

0 comments on commit 0298398

Please sign in to comment.