feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-11-21 20:08:48 +00:00
parent 65f2d21558
commit cb86f1c076
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 17 additions and 82 deletions

View file

@ -26,9 +26,7 @@ profile passimd @{exec_path} flags=(attach_disconnected) {
/etc/passim.conf r,
/var/lib/passim/{,**} r,
/var/lib/passim/data/{,**} rw,
owner /var/lib/passim/{,**} rw,
owner /var/log/passim/* rw,
@{PROC}/@{pid}/cmdline r,

View file

@ -28,7 +28,7 @@ profile pidof @{exec_path} {
@{PROC}/sys/kernel/osrelease r,
@{PROC}/uptime r,
owner /dev/tty@{int} rw,
/dev/tty@{int} rw,
include if exists <local/pidof>
}