damentz / liquorix-package

Liquorix Debian Package
https://liquorix.net
GNU General Public License v2.0
285 stars 23 forks source link

Enable CONFIG_FTRACE_SYSCALLS #169

Closed madcamel closed 4 months ago

madcamel commented 4 months ago

CONFIG_FTRACE_SYSCALLS is enabled by default in every distribution kernel I've examined, Liquorix is the outlier.

Enabling this allows the tracing of filesystem syscalls. This allows for more detailed event tracing with eBPF and 'perf'. These tracepoints are important when trying to pinpoint performance issues with various applications. They are also required for certain security software such as CloudStrike.

damentz commented 4 months ago

Looks good, thanks.