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

iotop needs netlink raw #615

Open
cboltz opened this issue Nov 24, 2024 · 2 comments
Open

iotop needs netlink raw #615

cboltz opened this issue Nov 24, 2024 · 2 comments

Comments

@cboltz
Copy link

cboltz commented Nov 24, 2024

Running iotop on Tumbleweed, the audit.log shows denials for netlink raw. Needed rules:

 network (getattr) netlink raw,
 network (receive) netlink raw,
 network (send) netlink raw,

which can be merged to

 network (getattr, receive, send) netlink raw,
@roddhjav
Copy link
Owner

Would adding network netlink raw, be enough? and quite similar?

@cboltz
Copy link
Author

cboltz commented Nov 25, 2024

That is a bit more permissive, but will of course also work.

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

No branches or pull requests

2 participants