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

Set filecap for traceroute #99

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

osfrickler
Copy link
Contributor

The traceroute command needs the NET_RAW capability in order to be able to run with icmp (-I option) for non-root users. Since capabilities are not preserved during our build process nor when copying from the ramdisk to the root-fs, we explicitly set the capability during boot.

Signed-off-by: Dr. Jens Harbott harbott@osism.tech

The traceroute command needs the NET_RAW capability in order to be able
to run with icmp (-I option) for non-root users. Since capabilities are
not preserved during our build process nor when copying from the ramdisk
to the root-fs, we explicitly set the capability during boot.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
@hrw hrw merged commit 8d608dc into cirros-dev:main Nov 3, 2022
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.

2 participants