mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Changes: - Allow shell access (bitwarden-desktop may be a shell script) - Enable whitelist-usr-share-common.inc - Introduce a new redirect for bitwarden-desktop - Add the new redirect to firecfg Relates to #6442.
30 lines
655 B
Text
30 lines
655 B
Text
# Firejail profile for bitwarden
|
|
# Description: A secure and free password manager for all of your devices
|
|
# This file is overwritten after every install/update.
|
|
# Persistent local customisations
|
|
include bitwarden.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
ignore noexec /tmp
|
|
|
|
noblacklist ${HOME}/.config/Bitwarden
|
|
|
|
# Allow /bin/sh (blacklisted by disable-shell.inc)
|
|
include allow-bin-sh.inc
|
|
|
|
include disable-shell.inc
|
|
|
|
mkdir ${HOME}/.config/Bitwarden
|
|
whitelist ${HOME}/.config/Bitwarden
|
|
whitelist /opt/Bitwarden
|
|
|
|
machine-id
|
|
no3d
|
|
nosound
|
|
|
|
?HAS_APPIMAGE: ignore private-dev
|
|
private-etc @tls-ca
|
|
|
|
# Redirect
|
|
include electron-common.profile
|