feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-10 19:35:04 +00:00
parent b0d52d68f4
commit beaf1bad16
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
29 changed files with 121 additions and 58 deletions

View file

@ -14,7 +14,7 @@ profile snap-failure @{exec_path} {
@{exec_path} mr,
@{bin}/systemctl rPx -> child-systemctl,
@{bin}/systemctl rCx -> systemctl,
@{lib_dirs}/snapd/snapd rPx,
/var/lib/snapd/sequence/snapd.json r,
@ -23,5 +23,12 @@ profile snap-failure @{exec_path} {
@{PROC}/cmdline r,
profile systemctl {
include <abstractions/base>
include <abstractions/systemctl>
include if exists <local/snap-failure_systemctl>
}
include if exists <local/snap-failure>
}