mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: qutebrowser: add comment about qute-pass support (#6879)
This commit is contained in:
parent
2a3cd30bc4
commit
8a2cb8ed5d
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@ include qutebrowser.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# Put the following lines in qutebrowser.local if you want to use qute-pass.
|
||||
# Note that using this will leave zombie processes in the sandbox when you
|
||||
# close qutebrowser.
|
||||
# Defaults for gpg and pass, respectively.
|
||||
#noblacklist ${HOME}/.gnupg
|
||||
#noblacklist ${HOME}/.password-store
|
||||
#whitelist ${HOME}/.gnupg
|
||||
#whitelist ${HOME}/.password-store
|
||||
|
||||
noblacklist ${HOME}/.cache/qutebrowser
|
||||
noblacklist ${HOME}/.config/qutebrowser
|
||||
noblacklist ${HOME}/.local/share/qutebrowser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue