feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2025-01-09 22:58:53 +01:00
parent 70c06a0547
commit fa85d909d7
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
19 changed files with 61 additions and 31 deletions

View file

@ -13,6 +13,7 @@ profile systemd-tty-ask-password-agent @{exec_path} {
include <abstractions/common/systemd>
capability dac_override,
capability dac_read_search,
capability net_admin,
capability sys_resource,

View file

@ -95,6 +95,8 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
@{run}/systemd/notify rw,
@{run}/systemd/seats/seat@{int} r,
@{att}/@{run}/udev/control rw,
@{run}/udev/ rw,
@{run}/udev/** rwk,