feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-08-27 14:54:04 +01:00
parent 19331acaa9
commit 75ef5ef6ad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
48 changed files with 205 additions and 141 deletions

View file

@ -39,7 +39,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
@{bin}/nmcli rix,
@{bin}/readlink rix,
@{bin}/rm rix,
@{bin}/run-parts rPx,
@{bin}/run-parts rCx -> run-parts,
@{bin}/sed rix,
@{bin}/systemctl rPx -> child-systemctl,
@{bin}/systemd-cat rPx,
@ -66,5 +66,13 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
/dev/tty rw,
profile run-parts {
include <abstractions/base>
/{usr/,}bin/run-parts mr,
include if exists <local/anacron_run_parts>
}
include if exists <local/nm-dispatcher>
}

View file

@ -54,6 +54,7 @@ profile tailscaled @{exec_path} flags=(attach_disconnected) {
@{bin}/systemctl rCx -> systemctl,
/etc/iproute2/rt_tables r,
/etc/apt/sources.list.d/tailscale.list r,
@{etc_rw}/resolv.*.conf rw,
@{etc_rw}/resolv.conf rw,