feat(profiles): make profile entrypoint more universal.
This commit is contained in:
parent
e031c129ed
commit
6e56cfccc9
70 changed files with 122 additions and 147 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{libexec}/gdm-session-worker
|
||||
@{exec_path} = @{libexec}/{,gdm/}gdm-session-worker
|
||||
profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/authentication>
|
||||
|
|
@ -58,9 +58,9 @@ profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{libexec}/{,gdm/}gdm-wayland-session rPx,
|
||||
@{libexec}/{,gdm/}gdm-x-session rPx,
|
||||
/{usr/,}bin/gnome-keyring-daemon rPx,
|
||||
@{libexec}/gdm-wayland-session rPx,
|
||||
@{libexec}/gdm-x-session rPx,
|
||||
/etc/gdm{3,}/{Pre,Post}Session/Default rix,
|
||||
/etc/gdm{3,}/PrimeOff/Default rix,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue