mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: libreoffice: support signing documents with GPG (#6353)
Based on the entries in etc/profile-m-z/makepkg.profile. This fixes #6352.
This commit is contained in:
parent
ea104190df
commit
e25596bfb7
1 changed files with 10 additions and 0 deletions
|
|
@ -9,6 +9,16 @@ include globals.local
|
|||
noblacklist /usr/local/sbin
|
||||
noblacklist ${HOME}/.config/libreoffice
|
||||
|
||||
# libreoffice can sign documents with GPG
|
||||
noblacklist ${HOME}/.gnupg
|
||||
read-only ${HOME}/.gnupg/trustdb.gpg
|
||||
read-only ${HOME}/.gnupg/pubring.kbx
|
||||
blacklist ${HOME}/.gnupg/crls.d
|
||||
blacklist ${HOME}/.gnupg/openpgp-revocs.d
|
||||
blacklist ${HOME}/.gnupg/private-keys-v1.d
|
||||
blacklist ${HOME}/.gnupg/pubring.kbx~
|
||||
blacklist ${HOME}/.gnupg/random_seed
|
||||
|
||||
# libreoffice uses java for some functionality.
|
||||
# Add 'ignore include allow-java.inc' to your libreoffice.local if you don't need that functionality.
|
||||
# Allow java (blacklisted by disable-devel.inc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue