firejail/etc/inc/disable-shell.inc
rusty-snake 2c914c7d25
disable-shell.inc (#3411)
* disable-shell.inc

* add disable-shell.inc to all profiles with a …

… private-bin line without bash/sh except profiles with redirect
profiles.

* add it to some more profiles

* exclude aria2c.profile
2020-06-04 11:55:32 +00:00

13 lines
340 B
PHP

# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include disable-shell.local
blacklist ${PATH}/bash
blacklist ${PATH}/csh
blacklist ${PATH}/dash
blacklist ${PATH}/fish
blacklist ${PATH}/ksh
blacklist ${PATH}/sh
blacklist ${PATH}/tclsh
blacklist ${PATH}/tcsh
blacklist ${PATH}/zsh