[Feature Request] "opensnitchd --check-requirements" should check for mounted debugfs/tracefs (original) (raw)

###Feature Request
When launching opensnitchd there was an error "[eBPF events] Some tracepoints not loaded:
sys_enter_execve sys_exit_execve sys_enter_execveat sys_exit_execveat sched_process_exit". Everything in the "opensnitchd --check-requirements" was ticked and green.

The issue was resolved when I ran "sudo mount -t debugfs none /sys/kernel/debug && sudo mount -t tracefs none /sys/kernel/tracing". Before mounting "ls /sys/kernel/tracing/events/syscalls/" returned "No such file or directory".

It would be nice for the check-requirements to have checks for mounted debugfs/tracefs to help streamline finding the solution.