Skip to content

Commit

Permalink
profiles: libreoffice: support signing documents with GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 committed May 22, 2024
1 parent ea10419 commit 23672a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/profile-a-l/libreoffice.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 23672a4

Please sign in to comment.