mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* profiles: drop private-opt (existing whitelist) * profiles: replace private-opt with whitelist In most profiles. Kept private-opt for enpass (~85MB), mate-dictionary (<20MB), minecraft-launcher (~1.6MB) and ppsspp (~44MB). The only app I couldn't check: xmr-stak. * docs: note potential issues with private-opt
30 lines
677 B
Text
30 lines
677 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
|
|
|
|
# Disabled until someone reported positive feedback
|
|
ignore include whitelist-usr-share-common.inc
|
|
|
|
ignore noexec /tmp
|
|
|
|
noblacklist ${HOME}/.config/Bitwarden
|
|
|
|
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
|