feat(profiles): apply rule from #51.
This commit is contained in:
parent
d93879d9df
commit
393e339b48
7 changed files with 17 additions and 3 deletions
|
|
@ -31,5 +31,9 @@ profile mount-zfs @{exec_path} flags=(complain) {
|
|||
umount /,
|
||||
umount /*/,
|
||||
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
|
||||
/dev/zfs rw,
|
||||
|
||||
include if exists <local/mount-zfs>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ profile run-parts @{exec_path} {
|
|||
/etc/network/if-up.d/ethtool rPUx,
|
||||
/etc/network/if-up.d/ifenslave rPUx,
|
||||
/etc/network/if-up.d/openvpn rPUx,
|
||||
/etc/network/if-up.d/postfix rPUx,
|
||||
/etc/network/if-up.d/wpasupplicant rPUx,
|
||||
|
||||
# Motd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue