We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea10419 commit e25596bCopy full SHA for e25596b
etc/profile-a-l/libreoffice.profile
@@ -9,6 +9,16 @@ include globals.local
9
noblacklist /usr/local/sbin
10
noblacklist ${HOME}/.config/libreoffice
11
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
+
22
# libreoffice uses java for some functionality.
23
# Add 'ignore include allow-java.inc' to your libreoffice.local if you don't need that functionality.
24
# Allow java (blacklisted by disable-devel.inc)
0 commit comments