mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
30 lines
743 B
Text
30 lines
743 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
|
|
|
|
nodeny ${HOME}/.config/Bitwarden
|
|
|
|
include disable-shell.inc
|
|
|
|
mkdir ${HOME}/.config/Bitwarden
|
|
allow ${HOME}/.config/Bitwarden
|
|
|
|
machine-id
|
|
no3d
|
|
nosound
|
|
|
|
?HAS_APPIMAGE: ignore private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,fonts,hosts,nsswitch.conf,pki,resolv.conf,ssl
|
|
private-opt Bitwarden
|
|
|
|
# Redirect
|
|
include electron.profile
|