5 ms·
How can I run this as non-root? This is not obvious to me.
by fs111 2y ago
How can I run this as non-root? This is not obvious to me.
- infogulch 2y agoBased on how it works it cannot run as non-root even in principle. https://github.com/monasticacademy/httptap?tab=readme-ov-file#how-it-works https://github.com/monasticacademy/httptap?tab=readme-ov-fil... Correction: the readme claims it will work without requiring root, but it does need to manage network namespaces, which afaik may only be available to root users depending on system configuration. > To run httptap you do not need to be the root user. ... It makes use of linux-specific system calls -- in particular network namespaces ...