-
Notifications
You must be signed in to change notification settings - Fork 567
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
Dropbox needs access to python #4150
Comments
Fedora is also shipping a python symlink to python3? :-| But regarding dropbox, I guess it's fine to allow python3 if it's needed. Do you want to open a merge request? |
Oops, I meant "
Sure, I'll do that. |
dropbox: allow python3, fix for issue #4150
firejail --name=dropbox dropbox start
fails withexecvp: Permission denied
unlessinclude allow-python3.inc
is added to$HOME/.config/firejail/dropbox.local
.Environment
output of `firejail --version`
firejail version 0.9.64Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- chroot support is enabled
- D-BUS proxy support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- SELinux support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Additional context
Result of
strace
, specifically a non-sandboxedstrace -f -z -e trace=%file,%process -o strace.log dropbox start
resulting in a working Dropbox daemon.Dropbox daemon version: 119.4.1772
Dropbox command-line interface version: 2020.03.04
/usr/bin/python
is a Python script with/usr/bin/python3
as the interpreter.The dropbox package I'm using was packaged by the RPM Fusion project, not by the Fedora Project.
debug output
The text was updated successfully, but these errors were encountered: