feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-10-08 13:13:44 +01:00
parent d629ac5788
commit eddf6bfc4f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 30 additions and 18 deletions

View file

@ -13,7 +13,5 @@ profile ibus-engine-table @{exec_path} {
@{exec_path} mr,
/{usr/,}bin/python3.[0-9]* rix,
include if exists <local/ibus-engine-table>
}

View file

@ -29,15 +29,18 @@ profile pipewire @{exec_path} {
@{exec_path} mr,
/{usr/,}bin/pipewire-media-session rPx,
/{usr/,}bin/pactl rPx,
/{usr/,}bin/pipewire-media-session rPx,
/usr/share/pipewire/pipewire.conf r,
/usr/share/pipewire/pipewire*.conf r,
/etc/pipewire/client.conf r,
/etc/pipewire/pipewire-pulse.conf.d/{,*} r,
/etc/pipewire/pipewire.conf r,
/etc/pipewire/pipewire.conf.d/{,*} r,
/ r,
owner @{run}/user/@{uid}/pipewire-[0-9]*.lock rwk,
@{sys}/devices/virtual/dmi/id/product_name r,
@ -45,8 +48,6 @@ profile pipewire @{exec_path} {
@{sys}/devices/virtual/dmi/id/board_vendor r,
@{sys}/devices/virtual/dmi/id/bios_vendor r,
/ r,
/dev/video[0-9]* rw,
include if exists <local/pipewire>

View file

@ -33,6 +33,7 @@ profile pipewire-pulse @{exec_path} flags=(attach_disconnected) {
/var/lib/gdm{3,}/.config/pulse/cookie rwk,
owner @{run}/user/@{uid}/pulse/pid w,
owner /tmp/librnnoise-[0-9]*.so rm,
@{sys}/devices/virtual/dmi/id/product_name r,
@{sys}/devices/virtual/dmi/id/sys_vendor r,

View file

@ -24,10 +24,10 @@ profile update-desktop-database @{exec_path} flags=(attach_disconnected) {
/usr/share/*/*.desktop r,
/var/lib/flatpak/{app/**/,}exports/share/applications/{,**/} r,
/var/lib/flatpak/{app/**/,}exports/share/applications/**.desktop r,
/var/lib/flatpak/{app/**/,}exports/share/applications/.mimeinfo.cache.* rw,
/var/lib/flatpak/{app/**/,}exports/share/applications/mimeinfo.cache w,
/var/lib/flatpak/{app/**/,}export/share/applications/{,**/} r,
/var/lib/flatpak/{app/**/,}export/share/applications/**.desktop r,
/var/lib/flatpak/{app/**/,}export/share/applications/.mimeinfo.cache.* rw,
/var/lib/flatpak/{app/**/,}export/share/applications/mimeinfo.cache w,
/var/lib/snapd/desktop/applications/{,**/} r,
/var/lib/snapd/desktop/applications/**.desktop r,

View file

@ -108,8 +108,9 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
/var/lib/snapd/desktop/icons/{,**} r,
owner @{HOME}/.mozilla/firefox/firefox-mpris/{,*} r,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{HOME}/.var/app/**/icons/**.png r,
owner @{HOME}/@{XDG_SCREENSHOTS_DIR}/{,**} rw,
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{user_music_dirs}/**/*.jpg r,
@ -206,7 +207,5 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
/dev/input/event[0-9]* rw,
/dev/tty[0-9]* rw,
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
include if exists <local/gnome-shell>
}

View file

@ -8,7 +8,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/journalctl
profile journalctl @{exec_path} {
profile journalctl @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
@ -47,5 +47,7 @@ profile journalctl @{exec_path} {
owner @{PROC}/@{pid}/cgroup r,
deny /apparmor/.null rw,
include if exists <local/systemd-journalctl>
}

View file

@ -17,5 +17,7 @@ profile systemd-machine-id-setup @{exec_path} {
/etc/machine-id rw,
owner @{PROC}/@{pid}/stat r,
include if exists <local/systemd-machine-id-setup>
}

View file

@ -21,5 +21,7 @@ profile systemd-mount @{exec_path} {
@{sys}/bus/ r,
@{sys}/class/ r,
owner @{PROC}/@{pid}/mountinfo r,
include if exists <local/systemd-mount>
}

View file

@ -16,7 +16,9 @@ profile userdbctl @{exec_path} {
@{exec_path} mr,
/{usr/,}bin/less rPx -> child-pager,
/{usr/,}bin/less rPx -> child-pager,
/{usr/,}bin/more rPx -> child-pager,
/{usr/,}bin/pager rPx -> child-pager,
/etc/shadow r,
/etc/gshadow r,