feat(profiles): improve support for debian over gnome.

This commit is contained in:
Alexandre Pujol 2023-11-13 22:14:54 +00:00
parent 31edd15e8a
commit d3084839d1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 48 additions and 60 deletions

View file

@ -21,9 +21,9 @@ profile gsettings @{exec_path} {
/var/lib/gdm{3,}/.config/dconf/user r,
/var/lib/gdm{3,}/greeter-dconf-defaults r,
/dev/tty@{int} rw,
owner @{run}/user/@{uid}/bus rw,
/dev/tty@{int} rw,
include if exists <local/gsettings>
}

View file

@ -12,15 +12,17 @@ profile im-launch @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{bin}/gnome-session rix,
@{bin}/env rix,
@{bin}/locale rix,
@{bin}/gettext{,.sh} rix,
@{bin}/true rix,
@{bin}/sed rix,
@{bin}/dpkg-query rpx,
@{bin}/uim-toolbar-gtk3 rPUx,
@{bin}/{,ba,da}sh rix,
@{bin}/dpkg-query rpx,
@{bin}/env rix,
@{bin}/gettext{,.sh} rix,
@{bin}/gnome-session rix,
@{bin}/gsettings rPx,
@{bin}/locale rix,
@{bin}/sed rix,
@{bin}/true rix,
@{bin}/uim-toolbar-gtk3 rPUx,
@{lib}/gnome-session-binary rPx,
/usr/share/im-config/{,**} r,
@ -30,7 +32,6 @@ profile im-launch @{exec_path} {
owner @{HOME}/.xinputrc r,
# file inherit
owner /dev/tty@{int} rw,
include if exists <local/im-launch>