mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
The `shell` option has been removed. Remove stale references. This does NOT remove `shell none`-related code comments in: - src/firejail/fs_lib.c (L433-L441) - src/firejail/join.c (L415-L417) Relates to #5196. Suggested by #5891.
27 lines
712 B
Text
27 lines
712 B
Text
# Firejail profile for beaker
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include beaker.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Disabled until someone reported positive feedback
|
|
ignore include disable-exec.inc
|
|
ignore include disable-xdg.inc
|
|
ignore include whitelist-runuser-common.inc
|
|
ignore include whitelist-usr-share-common.inc
|
|
ignore include whitelist-var-common.inc
|
|
ignore nou2f
|
|
ignore novideo
|
|
ignore disable-mnt
|
|
ignore private-cache
|
|
ignore private-dev
|
|
ignore private-tmp
|
|
|
|
noblacklist ${HOME}/.config/Beaker Browser
|
|
|
|
mkdir ${HOME}/.config/Beaker Browser
|
|
whitelist ${HOME}/.config/Beaker Browser
|
|
|
|
# Redirect
|
|
include electron-common.profile
|