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
|
|
@ -21,8 +21,7 @@ profile newgrp @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
/etc/{passwd,group,shadow,gshadow} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -41,8 +41,7 @@
|
|||
capability setgid,
|
||||
capability setuid,
|
||||
|
||||
@{bin}/{,b,d,rb}ash rPx -> confined_user,
|
||||
@{bin}/{c,k,tc,z}sh rPx -> confined_user,
|
||||
@{bin}/@{shells} rPx -> confined_user,
|
||||
|
||||
/etc/default/su r,
|
||||
@{etc_ro}/environment r,
|
||||
|
|
@ -63,8 +62,7 @@
|
|||
capability setgid,
|
||||
capability setuid,
|
||||
|
||||
@{bin}/{,b,d,rb}ash rUx,
|
||||
@{bin}/{c,k,tc,z}sh rUx,
|
||||
@{bin}/@{shells} rUx,
|
||||
|
||||
/etc/default/su r,
|
||||
@{etc_ro}/environment r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue