feat(profile): general update.
This commit is contained in:
parent
492c5a37dd
commit
a5f71675ea
13 changed files with 58 additions and 136 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue