mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* 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
13 lines
340 B
PHP
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
|