feat(profile): small profiles update.

This commit is contained in:
Alexandre Pujol 2024-10-06 20:43:18 +01:00
parent 01a1af6c1b
commit 6b0b498244
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 57 additions and 39 deletions

View file

@ -27,6 +27,8 @@
/var/cache/gio-@{int}.@{int}/gnome-mimeapps.list r, /var/cache/gio-@{int}.@{int}/gnome-mimeapps.list r,
/ r,
owner @{user_share_dirs}/gnome-shell/session.gvdb rw, owner @{user_share_dirs}/gnome-shell/session.gvdb rw,
include if exists <abstractions/gnome-strict.d> include if exists <abstractions/gnome-strict.d>

View file

@ -14,15 +14,13 @@ profile cron-debsums @{exec_path} {
@{exec_path} mr, @{exec_path} mr,
@{sh_path} rix, @{sh_path} rix,
@{bin}/true rix, @{bin}/{,e}grep rix,
@{bin}/debsums rPx,
@{bin}/ionice rix,
@{bin}/logger rix, @{bin}/logger rix,
@{bin}/sed rix, @{bin}/sed rix,
@{bin}/{,e}grep rix,
@{bin}/ionice rix,
@{bin}/debsums rPx,
@{bin}/tee rCx -> tee, @{bin}/tee rCx -> tee,
@{bin}/true rix,
/etc/ r, /etc/ r,
/etc/default/debsums r, /etc/default/debsums r,
@ -31,17 +29,15 @@ profile cron-debsums @{exec_path} {
# For shell pwd # For shell pwd
/ r, / r,
profile tee { profile tee {
include <abstractions/base> include <abstractions/base>
include <abstractions/consoles> include <abstractions/consoles>
# Needed to write to /proc/self/fd/3
capability dac_override, capability dac_override,
@{bin}/tee mr, @{bin}/tee mr,
owner @{PROC}/@{pid}/fd/3 rw, owner @{PROC}/@{pid}/fd/@{int} rw,
include if exists <local/cron-debsums_tee> include if exists <local/cron-debsums_tee>
} }

View file

@ -43,7 +43,6 @@ profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
/dev/dri/card@{int} rw, /dev/dri/card@{int} rw,
deny @{user_share_dirs}/gvfs-metadata/{,*} r,
include if exists <local/gio-launch-desktop> include if exists <local/gio-launch-desktop>
} }

View file

@ -24,6 +24,7 @@ profile gnome-characters @{exec_path} {
@{open_path} rPx -> child-open-help, @{open_path} rPx -> child-open-help,
/usr/share/org.gnome.Characters/{,**} r, /usr/share/org.gnome.Characters/{,**} r,
/usr/share/xml/iso-codes/{,**} r,
owner @{PROC}/@{pid}/mounts r, owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/stat r, owner @{PROC}/@{pid}/stat r,

View file

@ -32,6 +32,7 @@ profile gnome-extension-manager @{exec_path} {
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r, @{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
owner @{PROC}/@{pid}/cmdline r, owner @{PROC}/@{pid}/cmdline r,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
# Silencer # Silencer
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r, deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,

View file

@ -125,6 +125,7 @@ profile gnome-software @{exec_path} {
owner @{PROC}/@{pid}/cmdline r, owner @{PROC}/@{pid}/cmdline r,
owner @{PROC}/@{pid}/fdinfo/@{int} r, owner @{PROC}/@{pid}/fdinfo/@{int} r,
owner @{PROC}/@{pid}/stat r, owner @{PROC}/@{pid}/stat r,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
/dev/fuse rw, /dev/fuse rw,

View file

@ -17,10 +17,11 @@ profile systemd-dissect @{exec_path} flags=(attach_disconnected) {
capability sys_admin, capability sys_admin,
capability sys_resource, capability sys_resource,
mount options=(rw rshared rslave) -> /,
mount options=(rw nodev) -> /mnt/*/,
mount -> /tmp/dissect-@{rand6}/, mount -> /tmp/dissect-@{rand6}/,
mount options=(ro nodev) /dev/loop* -> @{run}/systemd/dissect-root/, mount fstype=tmpfs options=(rw nodev) rootfs -> @{run}/systemd/dissect-root/,
mount options=(ro nodev) /dev/loop* -> @{run}/systemd/dissect-root/{,**/},
mount options=(rw nodev) -> /mnt/*/,
mount options=(rw rshared rslave) -> /,
umount @{run}/systemd/dissect-root/, umount @{run}/systemd/dissect-root/,

View file

@ -83,10 +83,20 @@ profile dockerd @{exec_path} flags=(attach_disconnected) {
# TODO: should be in a sub profile started with pivot_root, not supported yet. # TODO: should be in a sub profile started with pivot_root, not supported yet.
/{,**} rwl, /{,**} rwl,
/etc/docker/{,**} r,
/ r,
owner @{lib}/containerd/** w,
owner @{lib}/docker/overlay2/*/work/{,**} rw, owner @{lib}/docker/overlay2/*/work/{,**} rw,
owner /var/lib/containerd/** w,
owner /var/lib/docker/{,**} rwk, owner /var/lib/docker/{,**} rwk,
owner /var/lib/docker/tmp/qemu-check@{int}/check rix, owner /var/lib/docker/tmp/qemu-check@{int}/check rix,
owner @{run}/docker/ rw,
owner @{run}/docker/** rwlk,
owner @{run}/docker.pid rw,
@{sys}/fs/cgroup/cgroup.controllers r, @{sys}/fs/cgroup/cgroup.controllers r,
@{sys}/fs/cgroup/cpuset.cpus.effective r, @{sys}/fs/cgroup/cpuset.cpus.effective r,
@{sys}/fs/cgroup/cpuset.mems.effective r, @{sys}/fs/cgroup/cpuset.mems.effective r,
@ -101,16 +111,20 @@ profile dockerd @{exec_path} flags=(attach_disconnected) {
@{PROC}/sys/kernel/threads-max r, @{PROC}/sys/kernel/threads-max r,
@{PROC}/sys/net/bridge/bridge-nf-call-ip*tables r, @{PROC}/sys/net/bridge/bridge-nf-call-ip*tables r,
@{PROC}/sys/net/core/somaxconn r, @{PROC}/sys/net/core/somaxconn r,
@{PROC}/sys/net/ipv{4,6}/conf/all/disable_ipv{4,6} rw, @{PROC}/sys/net/ipv{4,6}/conf/*/disable_ipv{4,6} rw,
@{PROC}/sys/net/ipv{4,6}/conf/docker@{int}/accept_ra rw, @{PROC}/sys/net/ipv{4,6}/conf/docker@{int}/accept_ra rw,
@{PROC}/sys/net/ipv{4,6}/ip_forward rw, @{PROC}/sys/net/ipv{4,6}/ip_forward rw,
@{PROC}/sys/net/ipv{4,6}/ip_local_port_range r, @{PROC}/sys/net/ipv{4,6}/ip_local_port_range r,
owner @{PROC}/@{pids}/attr/current r, owner @{PROC}/@{pid}/attr/current r,
owner @{PROC}/@{pids}/cgroup r, owner @{PROC}/@{pid}/cgroup r,
owner @{PROC}/@{pids}/fd/ r, owner @{PROC}/@{pid}/fd/ r,
owner @{PROC}/@{pids}/mountinfo r, owner @{PROC}/@{pid}/mountinfo r,
owner @{PROC}/@{pids}/net/ip_tables_names r, owner @{PROC}/@{pid}/net/ip_tables_names r,
owner @{PROC}/@{pids}/uid_map r, owner @{PROC}/@{pid}/task/@{tid}/mountinfo r,
owner @{PROC}/@{pid}/uid_map r,
/dev/ r,
/dev/**/ r,
include if exists <local/dockerd> include if exists <local/dockerd>
} }

View file

@ -30,7 +30,7 @@ profile mandb @{exec_path} flags=(complain) {
/usr/{,share/}man/{,**} r, /usr/{,share/}man/{,**} r,
/usr/local/{,share/}man/{,**} r, /usr/local/{,share/}man/{,**} r,
/usr/share/**/man/man@{int}/*.@{int}.gz r, /usr/share/**/man/man@{u8}/*.@{int}.gz r,
owner @{user_share_dirs}/man/** rwk, owner @{user_share_dirs}/man/** rwk,

View file

@ -10,7 +10,7 @@ include <tunables/global>
profile metadata-cleaner @{exec_path} flags=(attach_disconnected) { profile metadata-cleaner @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/desktop> include <abstractions/gnome-strict>
include <abstractions/graphics> include <abstractions/graphics>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/python> include <abstractions/python>
@ -31,17 +31,17 @@ profile metadata-cleaner @{exec_path} flags=(attach_disconnected) {
/etc/httpd/conf/mime.types r, /etc/httpd/conf/mime.types r,
/etc/mime.types r, /etc/mime.types r,
owner @{tmp}/@{hex64}.png r, owner @{tmp}/@{hex64}.* rw,
owner @{tmp}/@{hex64}.png w,
owner @{tmp}/@{rand8} rw, owner @{tmp}/@{rand8} rw,
owner @{tmp}/tmp@{rand4}_*/{,**} rw, owner @{tmp}/tmp@{word8} rw,
owner @{tmp}/tmp@{rand8}/{,**} rw, owner @{tmp}/tmp@{word8}/{,**} rw,
@{run}/mount/utab r, @{run}/mount/utab r,
owner @{PROC}/@{pid}/cmdline r, owner @{PROC}/@{pid}/cmdline r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/mountinfo r, owner @{PROC}/@{pid}/mountinfo r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
deny owner @{user_share_dirs}/gvfs-metadata/* r, deny owner @{user_share_dirs}/gvfs-metadata/* r,
deny owner @{user_cache_dirs}/thumbnails/** r, deny owner @{user_cache_dirs}/thumbnails/** r,

View file

@ -34,10 +34,8 @@ profile power-profiles-daemon @{exec_path} flags=(attach_disconnected) {
@{sys}/bus/platform/devices/ r, @{sys}/bus/platform/devices/ r,
@{sys}/class/ r, @{sys}/class/ r,
@{sys}/class/power_supply/ r, @{sys}/class/power_supply/ r,
@{sys}/devices/@{pci}/uevent r,
@{sys}/devices/**/power_supply/*/scope r, @{sys}/devices/**/power_supply/*/scope r,
@{sys}/devices/**/power_supply/*/uevent r, @{sys}/devices/**/uevent r,
@{sys}/devices/platform/**/uevent r,
@{sys}/devices/system/cpu/*_pstate/{no_turbo,turbo_pct} r, @{sys}/devices/system/cpu/*_pstate/{no_turbo,turbo_pct} r,
@{sys}/devices/system/cpu/*_pstate/status r, @{sys}/devices/system/cpu/*_pstate/status r,
@{sys}/devices/system/cpu/cpu@{int}/power/energy_perf_bias rw, @{sys}/devices/system/cpu/cpu@{int}/power/energy_perf_bias rw,

View file

@ -9,30 +9,31 @@ include <tunables/global>
@{exec_path} = @{bin}/remmina @{exec_path} = @{bin}/remmina
profile remmina @{exec_path} { profile remmina @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/bus-accessibility> include <abstractions/bus-accessibility>
include <abstractions/bus-session> include <abstractions/bus-session>
include <abstractions/bus-system> include <abstractions/bus-system>
include <abstractions/bus/org.a11y> include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.Avahi>
include <abstractions/bus/org.freedesktop.hostname1> include <abstractions/bus/org.freedesktop.hostname1>
include <abstractions/bus/org.freedesktop.Notifications>
include <abstractions/bus/org.freedesktop.secrets> include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.gtk.Private.RemoteVolumeMonitor> include <abstractions/bus/org.gtk.Private.RemoteVolumeMonitor>
include <abstractions/bus/org.kde.StatusNotifierWatcher> include <abstractions/bus/org.kde.StatusNotifierWatcher>
include <abstractions/dconf-write> include <abstractions/dconf-write>
include <abstractions/fonts> include <abstractions/desktop>
include <abstractions/freedesktop.org>
include <abstractions/ibus> include <abstractions/ibus>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/ssl_certs> include <abstractions/ssl_certs>
include <abstractions/X-strict> include <abstractions/user-download-strict>
network inet stream, network inet stream,
network inet6 stream, network inet6 stream,
network netlink raw, network netlink raw,
#aa:dbus own bus=session name=org.remmina.Remmina #aa:dbus own bus=session name=org.remmina.Remmina
#aa:dbus talk bus=session name=org.ayatana.NotificationItem label=gnome-shell
dbus (send, receive) bus=session path=/org/ayatana/NotificationItem/remmina_icon{,/**} #aa:dbus talk bus=session name=org.gtk.vfs label="gvfsd{,-*}"
peer=(name="{:*,org.freedesktop.DBus}"), # all interfaces and members
@{exec_path} r, @{exec_path} r,
@ -42,14 +43,13 @@ profile remmina @{exec_path} {
/etc/timezone r, /etc/timezone r,
/etc/ssh/ssh_config r, /etc/ssh/ssh_config r,
/etc/ssh/ssh_config.d/{,*} r, /etc/ssh/ssh_config.d/{,*} r,
/etc/gtk-3.0/settings.ini r,
owner @{HOME}/@{XDG_SSH_DIR}/{,*} r, owner @{HOME}/@{XDG_SSH_DIR}/{,*} r,
owner @{user_cache_dirs}/org.remmina.Remmina/{,**} rw,
owner @{user_cache_dirs}/remmina/{,**} rw, owner @{user_cache_dirs}/remmina/{,**} rw,
owner @{user_config_dirs}/autostart/remmina-applet.desktop r, owner @{user_config_dirs}/autostart/remmina-applet.desktop r,
owner @{user_config_dirs}/freerdp/known_hosts2 rwk, owner @{user_config_dirs}/freerdp/known_hosts2 rwk,
owner @{user_config_dirs}/gtk-3.0/bookmarks r,
owner @{user_config_dirs}/remmina/{,**} rw, owner @{user_config_dirs}/remmina/{,**} rw,
owner @{user_share_dirs}/remmina/{,**} rw, owner @{user_share_dirs}/remmina/{,**} rw,

View file

@ -63,6 +63,7 @@ profile totem @{exec_path} flags=(attach_disconnected) {
include <abstractions/common/bwrap> include <abstractions/common/bwrap>
include <abstractions/fonts> include <abstractions/fonts>
include <abstractions/freedesktop.org> include <abstractions/freedesktop.org>
include <abstractions/graphics>
include <abstractions/gstreamer> include <abstractions/gstreamer>
capability dac_override, capability dac_override,
@ -70,9 +71,13 @@ profile totem @{exec_path} flags=(attach_disconnected) {
@{bin}/bwrap mr, @{bin}/bwrap mr,
@{bin}/totem-video-thumbnailer rix, @{bin}/totem-video-thumbnailer rix,
/usr/share/ladspa/rdf/{,*} r,
owner @{user_cache_dirs}/gnome-desktop-thumbnailer/{,**} rw,
owner @{tmp}/flatpak-seccomp-@{rand6} rw, owner @{tmp}/flatpak-seccomp-@{rand6} rw,
owner @{tmp}/gnome-desktop-file-to-thumbnail.* rw, owner @{tmp}/gnome-desktop-file-to-thumbnail.* rw,
owner @{user_cache_dirs}/gnome-desktop-thumbnailer/{,**} rw, owner @{tmp}/gnome-desktop-thumbnailer-@{rand6}/{,**} rw,
@{PROC}/sys/vm/mmap_min_addr r, @{PROC}/sys/vm/mmap_min_addr r,
owner @{PROC}/@{pid}/task/@{tid}/comm w, owner @{PROC}/@{pid}/task/@{tid}/comm w,