Replace shells with new sh_path variable

Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
Jeroen Rijken 2024-02-11 15:34:46 +01:00 committed by Alex
parent 3b1b187d13
commit 40b171ee94
315 changed files with 415 additions and 369 deletions

View file

@ -14,7 +14,7 @@ profile systemd-generator-cloud-init @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/systemd-detect-virt rPx,
@{lib}/cloud-init/ds-identify rPUx,

View file

@ -14,7 +14,7 @@ profile systemd-generator-ds-identify @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
@{bin}/{,ba,da}sh r,
@{sh_path} r,
@{bin}/uname rix,
@{run}/cloud-init/.ds-identify.result r,

View file

@ -14,7 +14,7 @@ profile systemd-generator-environment-arch @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh r,
@{sh_path} r,
include if exists <local/systemd-generator-environment-arch>
}

View file

@ -13,7 +13,7 @@ profile systemd-generator-environment-flatpak @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/flatpak rix,
/usr/{local/,}share/gvfs/remote-volume-monitors/{,*} r,

View file

@ -14,7 +14,7 @@ profile systemd-generator-user-environment @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/flatpak rPUx,
@{bin}/gpgconf rPx,
@{bin}/{m,g,}awk rix,

View file

@ -12,7 +12,7 @@ profile systemd-sleep-grub @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/grep rix,
@{bin}/uname rix,

View file

@ -16,7 +16,7 @@ profile systemd-sleep-nvidia @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/nvidia-sleep.sh rix,
@{bin}/chvt rix,
@{bin}/cat rix,

View file

@ -35,7 +35,7 @@ profile systemd-udevd @{exec_path} flags=(attach_disconnected,complain) {
@{exec_path} mrix,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/{,e}grep rix,
@{bin}/*-print-pci-ids rix,
@{bin}/alsactl rPUx,

View file

@ -21,7 +21,7 @@ profile systemd-vconsole-setup @{exec_path} {
@{exec_path} mr,
@{bin}/{,ba,da}sh rix,
@{sh_path} rix,
@{bin}/gzip rix,
@{bin}/loadkeys rix,
@{bin}/setfont rix,