mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
fix(profile): ensure interactive shell use @{shells_path} instead of @{sh_path}.
This commit is contained in:
parent
2fc2394bad
commit
58a4f1601a
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue