mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add allow-bin-sh.inc to profile.template
[skip ci]
This commit is contained in:
parent
749c21afc6
commit
6fe90eb8e6
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ include globals.local
|
|||
# Allow ruby (blacklisted by disable-interpreters.inc)
|
||||
#include allow-ruby.inc
|
||||
|
||||
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
||||
#include allow-bin-sh.inc
|
||||
|
||||
# Allow ssh (blacklisted by disable-common.inc)
|
||||
#include allow-ssh.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue