-
Notifications
You must be signed in to change notification settings - Fork 42
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
AppArmor prevents directory creation, causing sync failure #776
Labels
Comments
I can reproduce the error on my system.
and the error messages from the syslog
|
kushaldas
added a commit
that referenced
this issue
Feb 5, 2020
Now the client can create directories under /home/user/.securedrop-client/data/ for different sources.
8 tasks
redshiftzero
added a commit
that referenced
this issue
Feb 6, 2020
Fixes #776 fixes mkdir permission in apparmor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a fresh (post-
make clean
) build with the latest nightly in Qubes, the first sync with the server results in messages never being downloaded. This appears to be due to AppArmor policy violations -- I see "mkdir" operations denied in/var/log/syslog
andPermissionError
s in the client logs insd-app
. Likely fallout from #737 which changed the source dir structure.The text was updated successfully, but these errors were encountered: