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

fix firecfg links in restrictive sandboxes #4007

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

smitsohu
Copy link
Collaborator

Firejail symbolic link redirection currently depends
on a shell, but in restrictive sandboxes there
might be no execute permission, or private-lib might
have removed necessary libraries, or seccomp might
block required syscalls ...

Fix this by forcing --shell=none.

Closes #3911

firejail symbolic link redirection currently depends
on a shell, but in restrictive sandboxes there
might be no execute permission, or private-lib might
have removed necessary libraries, or seccomp might
block required syscalls ...

Fix this by forcing --shell=none.

closes netblue30#3911
@glitsj16
Copy link
Collaborator

Great stuff! This should bring back some sanity to firecfg and (hopefully) diminish the number of user reported issues with it.

@netblue30 netblue30 merged commit 85c9b77 into netblue30:master Feb 25, 2021
@netblue30
Copy link
Owner

merged, thanks!

@smitsohu smitsohu deleted the privatelib5 branch February 25, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

firecfg breaking firejail on the command line
3 participants