-
Notifications
You must be signed in to change notification settings - Fork 77
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
Docs issue with setcap
#61
Comments
Terminal/shell issue? Enclosing in quotation marks (due to '+')? At least below works on Fedora 33 and Ubuntu 21.04 $ sudo setcap "cap_sys_resource,cap_sys_admin+eip" $(which bee) |
Unfortunately that doesn't seem to be the problem on the machine I was testing on:
|
|
Version
n/a
Linux Version
Linux 5.4.0-1060-gcp #64~18.04.1-Ubuntu SMP Fri Jan 7 04:02:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Describe the bug
setcap
on README doesn't work correctlySteps to reproduce the bug
Expected Behavior
need to doc correct way to setcap on a default ubuntu 18.04 LTS (this example from GCP)
Additional Context
No response
The text was updated successfully, but these errors were encountered: