Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: libreoffice: support signing documents with GPG #6353

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
profiles: libreoffice: support signing documents with GPG
Based on the entries in etc/profile-m-z/makepkg.profile.

This fixes #6352.
  • Loading branch information
glitsj16 authored and kmk3 committed May 24, 2024
commit 736b68d45ed79a5060052d3f5941976becf351a7
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