feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-22 19:45:13 +00:00
parent 492c5a37dd
commit a5f71675ea
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 58 additions and 136 deletions

View file

@ -14,6 +14,7 @@ profile gnome-initial-setup @{exec_path} {
include <abstractions/bus-system>
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.Accounts>
include <abstractions/bus/org.freedesktop.NetworkManager>
include <abstractions/bus/org.gtk.vfs.MountTracker>
include <abstractions/dconf-write>
include <abstractions/disks-read>
@ -51,6 +52,9 @@ profile gnome-initial-setup @{exec_path} {
owner @{GDM_HOME}/greeter-dconf-defaults r,
owner @{user_cache_dirs}/ubuntu-report/ w,
owner @{user_cache_dirs}/ubuntu-report/pending w,
owner @{user_config_dirs}/gnome-initial-setup-done w,
owner @{user_config_dirs}/gnome-initial-setup-done.@{rand6} rw,
@ -59,6 +63,8 @@ profile gnome-initial-setup @{exec_path} {
owner @{run}/user/@{uid}/avatar.png rw,
@{run}/snapd.socket rw,
@{run}/systemd/sessions/@{int} r,
@{run}/systemd/users/@{uid} r,

View file

@ -15,6 +15,8 @@ profile gnome-recipes @{exec_path} {
include <abstractions/ssl_certs>
include <abstractions/p11-kit>
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
network netlink raw,

View file

@ -12,6 +12,9 @@ profile session-migration @{exec_path} {
@{exec_path} mr,
@{sh_path} rix,
/usr/share/session-migration/scripts/*.sh rix,
/usr/share/session-migration/{,**} r,
owner @{gdm_share_dirs}/session_migration-* rw,