Minor fixes.

This commit is contained in:
Alexandre Pujol 2021-04-13 14:10:50 +01:00
parent 7be8aca10d
commit ea746ad8d7
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 19 additions and 5 deletions

View file

@ -43,5 +43,8 @@ profile gdm-wayland-session @{exec_path} {
owner @{run}/user/[0-9]*/dconf/ rw,
owner @{run}/user/[0-9]*/dconf/user rw,
# file_inherit
/dev/tty[0-9]* rw,
include if exists <local/gdm-wayland-session>
}

View file

@ -80,6 +80,7 @@ profile gnome-session-binary @{exec_path} flags=(attach_disconnected) {
/dev/null r,
/dev/tty rw,
/dev/tty[0-9]* rw,
include if exists <local/gnome-session-binary>
}

View file

@ -12,6 +12,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
include <abstractions/app-launcher-user>
include <abstractions/audio>
include <abstractions/dri-common>
include <abstractions/dri-enumerate>
include <abstractions/gnome>
include <abstractions/mesa>
include <abstractions/nameservice-strict>
@ -117,8 +118,6 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
@{sys}/devices/**/hwmon[0-9]*/{,name,temp*,fan*} r,
@{sys}/devices/**/hwmon[0-9]*/**/{,name,temp*,fan*} r,
@{sys}/devices/pci[0-9]*/**/boot_vga r,
@{sys}/devices/pci[0-9]*/**/{device,vendor} r,
@{sys}/devices/pci[0-9]*/**/{subsystem_device,subsystem_vendor} r,
@{sys}/devices/pci[0-9]*/**/input[0-9]*/{properties,name} r,
@{sys}/devices/pci[0-9]*/**/net/*/statistics/{rx_bytes,tx_bytes} r,