refactor(profiles): use @{bin} and @{lib} in profiles (3)
This commit is contained in:
parent
2eed3b725f
commit
27daa7c9bb
355 changed files with 1473 additions and 1472 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{libexec}/{,gdm/}gdm-session-worker
|
||||
@{exec_path} = @{lib}/{,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,
|
||||
@{bin}/gnome-keyring-daemon rPx,
|
||||
@{lib}/{,gdm/}gdm-wayland-session rPx,
|
||||
@{lib}/{,gdm/}gdm-x-session rPx,
|
||||
/etc/gdm{3,}/{Pre,Post}Session/Default rix,
|
||||
/etc/gdm{3,}/PostLogin/Default rix,
|
||||
/etc/gdm{3,}/PrimeOff/Default rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue