feat: add the new shells variable to ensure support for all interactive shell.
Fix #269
This commit is contained in:
parent
b376e9fade
commit
a30c2e5e85
13 changed files with 17 additions and 26 deletions
|
|
@ -44,8 +44,7 @@ profile su @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
@{bin}/nologin rPx,
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,7 @@ profile sudo @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
@{lib}/sudo/** mr,
|
||||
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
@{lib}/** rPUx,
|
||||
/opt/*/** rPUx,
|
||||
/snap/snapd/@{int}@{bin}/snap rPUx,
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ profile sulogin @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
# The shell is not confined on purpose.
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
/etc/shadow r,
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,7 @@ profile terminator @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/python3.@{int} rix,
|
||||
|
||||
# The shell is not confined on purpose.
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
owner @{user_config_dirs}/terminator/{,**} rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue