feat(profile): improve some systemd profiles.

This commit is contained in:
Alexandre Pujol 2024-11-10 19:02:07 +00:00
parent 7b9d412f02
commit 3c0b83d1b0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 19 additions and 6 deletions

View file

@ -9,14 +9,13 @@ include <tunables/global>
@{exec_path} = @{bin}/systemd-cat
profile systemd-cat @{exec_path} {
include <abstractions/base>
include <abstractions/app-launcher-root>
include <abstractions/consoles>
capability net_admin,
@{exec_path} mr,
@{bin}/cat rix,
@{bin}/echo rix,
include if exists <local/systemd-cat>
}