fix(profile): ensure interactive shell use @{shells_path} instead of @{sh_path}.

This commit is contained in:
Alexandre Pujol 2024-03-29 18:19:35 +00:00
parent 2fc2394bad
commit 58a4f1601a
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ profile gnome-session @{exec_path} {
@{exec_path} mrix,
@{sh_path} rix,
@{shells_path} rix,
@{bin}/cat rix,
@{bin}/gettext.sh r,
@{bin}/gettext rix,

View file

@ -18,7 +18,7 @@ profile sddm-xsession @{exec_path} {
@{exec_path} r,
/{usr/,}{local,}bin/ r,
@{sh_path} rix,
@{shells_path} rix,
@{bin}/{,e}grep rix,
@{bin}/{m,g,}awk rix,
@{bin}/cat rix,

View file

@ -24,7 +24,7 @@ profile cockpit-session @{exec_path} flags=(attach_disconnected) {
@{exec_path} mr,
@{bin}/{,z,ba,da}sh rix,
@{shells_path} rix,
@{bin}/cockpit-bridge rPx,
@{lib}/cockpit/cockpit-pcp rPx,