Read-only root compatibility (#86)
* Read-only root compatibility * remove complain Co-authored-by: nobodysu <nobodysu@users.noreply.github.com>
This commit is contained in:
parent
5fdbc2d00e
commit
f94faf697e
13 changed files with 26 additions and 27 deletions
|
|
@ -105,8 +105,8 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
|||
/ r,
|
||||
/etc/ r,
|
||||
/etc/machine-id r,
|
||||
/etc/resolv.conf rw,
|
||||
/etc/resolv.conf.[0-9A-Z]* rw,
|
||||
@{etc_rw}/resolv.conf rw,
|
||||
@{etc_rw}/resolv.conf.[0-9A-Z]* rw,
|
||||
/etc/network/interfaces r,
|
||||
/etc/network/interfaces.d/{,*} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ profile mullvad-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/etc/mullvad-vpn/{,*} r,
|
||||
/etc/mullvad-vpn/*.json rw,
|
||||
/etc/resolv.conf rw,
|
||||
/etc/resolv.conf.mullvadbackup rw,
|
||||
@{etc_rw}/resolv.conf rw,
|
||||
@{etc_rw}/resolv.conf.mullvadbackup rw,
|
||||
|
||||
/var/cache/mullvad-vpn/{,*} rw,
|
||||
/var/log/mullvad-vpn/{,*} rw,
|
||||
|
|
@ -59,4 +59,4 @@ profile mullvad-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
/dev/net/tun rw,
|
||||
|
||||
include if exists <local/mullvad-daemon>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@ profile tailscaled @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/etc/iproute2/rt_tables r,
|
||||
|
||||
/etc/resolv.*.conf rw,
|
||||
/etc/resolv.conf rw,
|
||||
/etc/resolv.conf.*.tmp rw,
|
||||
@{etc_rw}/resolv.*.conf rw,
|
||||
@{etc_rw}/resolv.conf rw,
|
||||
@{etc_rw}/resolv.conf.*.tmp rw,
|
||||
|
||||
owner @{run}/tailscale/{,**} rw,
|
||||
owner /var/cache/{,**} rw,
|
||||
|
|
@ -80,4 +80,4 @@ profile tailscaled @{exec_path} flags=(attach_disconnected) {
|
|||
}
|
||||
|
||||
include if exists <local/tailscaled>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue