feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-07-15 23:12:39 +01:00
parent 9b2470462f
commit 6cd01064ae
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
27 changed files with 59 additions and 18 deletions

View file

@ -40,6 +40,7 @@ profile snapd @{exec_path} {
network inet dgram,
network inet6 dgram,
network netlink raw,
network unix stream,
mount fstype=squashfs /dev/loop@{int} -> /tmp/syscheck-mountpoint-@{int}/,
umount /tmp/syscheck-mountpoint-@{int}/,

View file

@ -41,6 +41,9 @@ profile spice-vdagent @{exec_path} flags=(attach_disconnected) {
@{run}/spice-vdagentd/spice-vdagent-sock rw,
@{sys}/devices/virtual/dmi/id/product_name r,
@{sys}/devices/virtual/dmi/id/sys_vendor r,
owner @{PROC}/@{pids}/task/@{tid}/comm rw,
owner /dev/tty@{int} rw,

View file

@ -18,6 +18,7 @@ profile steam-gameoverlayui @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/desktop>
include <abstractions/fontconfig-cache-write>
include <abstractions/graphics>
network inet stream,

View file

@ -35,6 +35,8 @@ profile sudo @{exec_path} flags=(attach_disconnected) {
/opt/*/** PUx,
/snap/snapd/@{int}@{bin}/snap rPUx,
/etc/default/locale r,
/var/db/sudo/lectured/ r,
owner /var/db/sudo/lectured/@{uid} rw,
owner /var/lib/extrausers/shadow r,

View file

@ -26,7 +26,7 @@ profile update-ca-trust @{exec_path} {
/etc/ca-certificates/extracted/** rw,
/etc/ssl/certs/{,*} rw,
/etc/ssl/certs/java/cacerts{,.*} w,
/etc/ssl/certs/java/** rw,
/dev/tty rw,

View file

@ -7,7 +7,6 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/waybar
profile waybar @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio>