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
|
|
@ -16,35 +16,35 @@ profile gdm-xsession @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/{m,g,}awk rix,
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/expr rix,
|
||||
/{usr/,}bin/gettext rix,
|
||||
/{usr/,}bin/gettext.sh r,
|
||||
/{usr/,}bin/gnome-session rix,
|
||||
/{usr/,}bin/gsettings rPx,
|
||||
/{usr/,}bin/id rix,
|
||||
/{usr/,}bin/locale rix,
|
||||
/{usr/,}bin/locale-check rix,
|
||||
/{usr/,}bin/mktemp rix,
|
||||
/{usr/,}bin/sed rix,
|
||||
/{usr/,}bin/tr rix,
|
||||
/{usr/,}bin/truncate rix,
|
||||
/{usr/,}bin/tty rix,
|
||||
/{usr/,}bin/zsh rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/expr rix,
|
||||
@{bin}/gettext rix,
|
||||
@{bin}/gettext.sh r,
|
||||
@{bin}/gnome-session rix,
|
||||
@{bin}/gsettings rPx,
|
||||
@{bin}/id rix,
|
||||
@{bin}/locale rix,
|
||||
@{bin}/locale-check rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/tr rix,
|
||||
@{bin}/truncate rix,
|
||||
@{bin}/tty rix,
|
||||
@{bin}/zsh rix,
|
||||
|
||||
@{etc_ro}/X11/xdm/Xsession rPx,
|
||||
/{usr/,}bin/dbus-update-activation-environment rCx -> dbus,
|
||||
/{usr/,}bin/flatpak rPUx,
|
||||
/{usr/,}bin/systemctl rPx -> child-systemctl,
|
||||
/{usr/,}bin/xbrlapi rPx,
|
||||
/{usr/,}bin/xhost rPx,
|
||||
/{usr/,}bin/im-launch rPx,
|
||||
/{usr/,}bin/gpgconf rPx,
|
||||
@{libexec}/gnome-session-binary rPx,
|
||||
/{usr/,}bin/dpkg-query rpx,
|
||||
@{bin}/dbus-update-activation-environment rCx -> dbus,
|
||||
@{bin}/flatpak rPUx,
|
||||
@{bin}/systemctl rPx -> child-systemctl,
|
||||
@{bin}/xbrlapi rPx,
|
||||
@{bin}/xhost rPx,
|
||||
@{bin}/im-launch rPx,
|
||||
@{bin}/gpgconf rPx,
|
||||
@{lib}/gnome-session-binary rPx,
|
||||
@{bin}/dpkg-query rpx,
|
||||
|
||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
/usr/share/im-config/data/{,*} r,
|
||||
|
|
@ -62,7 +62,7 @@ profile gdm-xsession @{exec_path} {
|
|||
profile dbus {
|
||||
include <abstractions/base>
|
||||
|
||||
/{usr/,}bin/dbus-update-activation-environment mr,
|
||||
@{bin}/dbus-update-activation-environment mr,
|
||||
|
||||
owner @{run}/user/@{uid}/bus rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue