feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-06-05 22:47:37 +01:00
parent 671dcca38d
commit 63e5980d8d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
33 changed files with 177 additions and 85 deletions

View file

@ -12,6 +12,8 @@ profile spice-vdagent @{exec_path} {
include <abstractions/audio>
include <abstractions/gtk>
unix (connect, receive, send) type=stream peer=(addr="@/tmp/.X11-unix/X[0-9]*"),
@{exec_path} mr,
/etc/machine-id r,

View file

@ -10,7 +10,6 @@ include <tunables/global>
profile sysctl @{exec_path} {
include <abstractions/base>
capability mac_admin,
capability net_admin,
capability sys_admin,
capability sys_resource,

View file

@ -19,6 +19,7 @@ profile update-command-not-found @{exec_path} {
@{exec_path} r,
/{usr/,}bin/python3.[0-9]* r,
/{usr/,}lib/ r,
/{usr/,}bin/dpkg rPx -> child-dpkg,
/{usr/,}lib/apt/apt-helper rix,