Skip to content

Commit

Permalink
local overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodysu committed Jul 18, 2021
1 parent 7e1d713 commit 8086ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr.bin.yadifa
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
/var/lib/yadifa/** r,

/var/log/yadifa/*.log w,

# #include <local/usr.bin.yadifa>
}
3 changes: 3 additions & 0 deletions usr.sbin.openvpn
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ profile openvpn /usr/sbin/openvpn {
/etc/openvpn/creds.txt r,

/dev/net/tun rw,

@{PROC}/@{pid}/net/route r,

/var/log/openvpn/openvpn-status.log rw,
Expand All @@ -38,4 +39,6 @@ profile openvpn /usr/sbin/openvpn {

/var/log/openvpn/openvpn.log w,
}

# #include <local/usr.sbin.openvpn>
}

0 comments on commit 8086ce9

Please sign in to comment.