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:
glitsj16 2024-05-24 14:39:55 +00:00 committed by GitHub
parent ea104190df
commit e25596bfb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,16 @@ include globals.local
noblacklist /usr/local/sbin noblacklist /usr/local/sbin
noblacklist ${HOME}/.config/libreoffice 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. # libreoffice uses java for some functionality.
# Add 'ignore include allow-java.inc' to your libreoffice.local if you don't need that 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) # Allow java (blacklisted by disable-devel.inc)