feat(profile): improve integration with opensuse.

This commit is contained in:
Alexandre Pujol 2024-03-17 22:47:36 +00:00
parent eb66feef62
commit bf22e0770f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 63 additions and 12 deletions

View file

@ -73,9 +73,14 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{bin}/cat rix,
@{bin}/checkproc rix,
@{bin}/disable-paste rix,
@{bin}/locale rix,
@{bin}/manpath rix,
@{bin}/pidof rix,
@{bin}/readlink rix,
@{bin}/realpath rix,
@{bin}/tr rix,
@{bin}/tty rix,
@{bin}/uname rix,
@{bin}/xdm r,
@{bin}/xmodmap rix,
@ -117,19 +122,28 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
/{usr/,}etc/security/limits.d/{,*.conf} r,
/{usr/,}etc/X11/Xmodmap r,
/etc/debuginfod/{,*} r,
/etc/manpath.config r,
/etc/default/locale r,
/etc/locale.conf r,
/etc/machine-id r,
/etc/sddm.conf r,
/etc/sddm.conf.d/{,*} r,
/etc/shells r,
/etc/sysconfig/console r,
/etc/sysconfig/displaymanager r,
/etc/sysconfig/language r,
/etc/sysconfig/mail r,
/etc/sysconfig/proxy r,
/etc/sysconfig/windowmanager r,
/ r,
/var/lib/lastlog/ r,
/var/lib/lastlog/* rwk,
/var/lib/wtmpdb/ r,
/var/lib/wtmpdb/* rwk,
/var/lib/sddm/state.conf rw,
owner /var/lib/sddm/.cache/sddm-greeter/qmlcache/*.jsc mrw,
owner /var/lib/sddm/.cache/sddm-greeter/qmlcache/*.qmlc mrw,