Skip to content

Commit

Permalink
profiles: libreoffice: support signing documents with GPG (#6353)
Browse files Browse the repository at this point in the history
Based on the entries in etc/profile-m-z/makepkg.profile.

This fixes #6352.
  • Loading branch information
glitsj16 committed May 24, 2024
1 parent ea10419 commit e25596b
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 e25596b

Please sign in to comment.