On Thu Apr 6, 2023 at 11:49 AM CEST, cyber psych wrote:
> Didn't notice that, thanks @alice
for future reference, since you might want to know how to find if a running
kernel has something enabled:
$ doas modprobe configs
$ zcat /proc/config.gz | grep CONFIG_FAN
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
this will correspond to the currently running kernel configuration.