retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Try mounting debugfs if not there + a bonus patch #438

Closed atenart closed 1 week ago

atenart commented 4 weeks ago

If debugfs is not mounted (eg. in containers, namespaces) try mounting it if --allow-system-changes is set. The bonus patch is making retis collect --help not requiring root privileges.

Closes #402, closes #278.