We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For a fresh install of SecureDrop on Focal, we can see grsec denial message when a source submits for the first time.
tail -f /var/log/syslog
Feb 17 07:58:49 app kernel: [14594.626357] audit: type=1400 audit(1613548729.520:20): apparmor="DENIED" operation="chmod" profile="/usr/sbin/apache2" name="/var/lib/securedrop/keys/private-keys-v1.d/" pid=2910 comm="gpg-agent" requested_mask="w" denied_mask="w" fsuid=33 ouid=33
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered:
Can confirm, on Qubes Focal staging VMs:
Feb 17 16:02:19 app-staging kernel: [ 9935.264729] audit: type=1400 audit(1613577739.119:20): apparmor="DENIED" operation="chmod" profile="/usr/sbin/apache2" name="/var/lib/securedrop/keys/private-keys-v1.d/" pid=9572 comm="gpg-agent" requested_mask="w" denied_mask="w" fsuid=33 ouid=33
Sorry, something went wrong.
Fixes #5796 updates apparmor rule set for apache2
141253e
Merge pull request #5805 from freedomofpress/5796-fix-apparmor
c874fb8
kushaldas
Successfully merging a pull request may close this issue.
Description
For a fresh install of SecureDrop on Focal, we can see grsec denial message when a source submits for the first time.
Steps to Reproduce
tail -f /var/log/syslog
Expected Behavior
Actual Behavior
Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: