feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2023-12-08 18:01:39 +00:00
parent 52e52f06db
commit d81bce5559
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
32 changed files with 114 additions and 135 deletions

View file

@ -7,14 +7,20 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /usr/share/netplan/netplan.script
profile netplan.script @{exec_path} {
profile netplan.script @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
@{exec_path} mr,
@{lib}exec/netplan/generate rix,
@{lib}/netplan/generate rix,
/usr/share/netplan/{,**} r,
/etc/netplan/{,*} r,
@{run}/systemd/system/ r,
@{run}/systemd/system/systemd-networkd.service.wants/ r,
@{run}/udev/rules.d/ r,
include if exists <local/netplan.script>
}