Skip to content

Commit

Permalink
profiles: bitwarden: improvements and new bitwarden-desktop redirect (#…
Browse files Browse the repository at this point in the history
…6443)

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.
  • Loading branch information
glitsj16 authored Aug 27, 2024
1 parent fecd25d commit 5edddc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions etc/profile-a-l/bitwarden-desktop.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Firejail profile for bitwarden-desktop
# 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-desktop.local
# Persistent global definitions
# added by included profile
#include globals.local

# Redirect
include bitwarden.profile
6 changes: 3 additions & 3 deletions etc/profile-a-l/bitwarden.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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

# Allow /bin/sh (blacklisted by disable-shell.inc)
include allow-bin-sh.inc

include disable-shell.inc

mkdir ${HOME}/.config/Bitwarden
Expand Down
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ bibletime
bitcoin-qt
bitlbee
bitwarden
bitwarden-desktop
bleachbit
blender
blender-2.8
Expand Down

0 comments on commit 5edddc9

Please sign in to comment.