Skip to content

Commit

Permalink
Merge pull request #1180 from jdstrand/remove-audit-deny
Browse files Browse the repository at this point in the history
interfaces: remove 'audit deny' rules from network_control.go
  • Loading branch information
mvo5 committed May 20, 2016
2 parents a129be7 + 0616848 commit 12ed549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interfaces/builtin/network_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ network sna,
/{,usr/}{,s}bin/bridge ixr,
/{,usr/}{,s}bin/dhclient Pxr, # use ixr instead if want to limit to snap dirs
/{,usr/}{,s}bin/ifconfig ixr,
audit deny /{,usr/}{,s}bin/if{up,down} r, # the system uses these, snaps shouldn't
/{,usr/}{,s}bin/ip ixr,
/{,usr/}{,s}bin/ipmaddr ixr,
/{,usr/}{,s}bin/iptunnel ixr,
audit deny /{,usr/}{,s}bin/mii-tool r, # needs capability sys_module
/{,usr/}{,s}bin/nameif ixr,
/{,usr/}{,s}bin/netstat ixr, # -p not supported
/{,usr/}{,s}bin/nstat ixr,
Expand Down

0 comments on commit 12ed549

Please sign in to comment.