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
--cap-drop
The documentation of --cap-drop states:
By default no caps are left in the sandboxed process.
That seems not to be true:
id uid=0(root) gid=0(root) groups=0(root) getpcaps $$ 14257: =ep bwrap --bind / / sh -c 'getpcaps $$' 15598: =ep bwrap --bind / / --cap-drop ALL sh -c 'getpcaps $$' 15577: =
The text was updated successfully, but these errors were encountered:
This might be related to #122 and #123.
Sorry, something went wrong.
Similiar: #287
No branches or pull requests
The documentation of
--cap-drop
states:That seems not to be true:
The text was updated successfully, but these errors were encountered: