Skip to content

Commit e25596b

Browse files
authored
profiles: libreoffice: support signing documents with GPG (#6353)
Based on the entries in etc/profile-m-z/makepkg.profile. This fixes #6352.
1 parent ea10419 commit e25596b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

etc/profile-a-l/libreoffice.profile

+10
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ include globals.local
99
noblacklist /usr/local/sbin
1010
noblacklist ${HOME}/.config/libreoffice
1111

12+
# libreoffice can sign documents with GPG
13+
noblacklist ${HOME}/.gnupg
14+
read-only ${HOME}/.gnupg/trustdb.gpg
15+
read-only ${HOME}/.gnupg/pubring.kbx
16+
blacklist ${HOME}/.gnupg/crls.d
17+
blacklist ${HOME}/.gnupg/openpgp-revocs.d
18+
blacklist ${HOME}/.gnupg/private-keys-v1.d
19+
blacklist ${HOME}/.gnupg/pubring.kbx~
20+
blacklist ${HOME}/.gnupg/random_seed
21+
1222
# libreoffice uses java for some functionality.
1323
# Add 'ignore include allow-java.inc' to your libreoffice.local if you don't need that functionality.
1424
# Allow java (blacklisted by disable-devel.inc)

0 commit comments

Comments
 (0)