feat(profiles): general update.
This commit is contained in:
parent
2242c2185a
commit
fbd5996531
14 changed files with 70 additions and 16 deletions
|
|
@ -35,6 +35,8 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
|||
network netlink raw,
|
||||
network packet dgram,
|
||||
|
||||
signal (send) set=(term) peer=dnsmasq,
|
||||
|
||||
dbus (send,receive) bus=system path=/org/freedesktop/NetworkManager{,/**}
|
||||
interface=org.freedesktop.{DBus.Properties,DBus.Introspectable,NetworkManager*},
|
||||
|
||||
|
|
@ -88,8 +90,10 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/nft rix,
|
||||
|
||||
/{usr/,}bin/dnsmasq rPx,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
/{usr/,}bin/resolvconf rPx,
|
||||
/{usr/,}bin/systemctl rPx -> child-systemctl,
|
||||
@{libexec}/{,NetworkManager/}nm-dhcp-helper rPx,
|
||||
|
|
|
|||
|
|
@ -30,8 +30,9 @@ profile tailscaled @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/ip rix,
|
||||
/{usr/,}{s,}bin/xtables-nft-multi rix,
|
||||
/{usr/,}bin/ip rix,
|
||||
/{usr/,}bin/resolvectl rPx,
|
||||
|
||||
/{usr/,}bin/systemctl rCx -> systemctl,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue