~sircmpwn/alpine-devel (mirror)

Re: enabling FANOTIFY in alpine

Details
Message ID
<CRPKZRF134AD.21M3LA9YUU6BU@sumire>
DKIM signature
pass
Download raw message
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.
Reply to thread Export thread (mbox)