Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id CE4E42231E9 for <~alpine/devel@lists.alpinelinux.org>; Thu, 6 Apr 2023 09:57:50 +0000 (UTC) Received: by mail-ed1-x530.google.com with SMTP id er13so106910610edb.9 for <~alpine/devel@lists.alpinelinux.org>; Thu, 06 Apr 2023 02:57:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680775070; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=PZPR6oR+34bF1rdHlo65CsTCDvizbfH1803aY/NW+Zk=; b=klrec3DMAjrnqufEV6DgqkUC5Bz/cQ/+f2cuEr7BChCewaJ9nobtWpUp1FHCutqud8 tGJ7wdk/NLaSw3q0/cpmKaZOMgW93+TzbflVYt7XADUCo0X8QkxiQ9zf47RnANKSaN49 YhUsWRdEnYkJeyHsDjUFw7BwBOZYUxFnIsPKLsbbq0tyYyg4p7l5GyC3nefrXZmr6AF0 EUQ1IFftzeXiy/ss052IpgzNaPbqWxvraYOEVFBwkXDewsZJvq2rMbAQL/S+tGYYTdzz V5qTf3LPNMWvfMVR7VhCqalt3zCKoEZfwZMp0U3zD2uB/k+li1i0DXfO7ENd7zoNn9pX 5svQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680775070; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=PZPR6oR+34bF1rdHlo65CsTCDvizbfH1803aY/NW+Zk=; b=cBrhbxWdlgPOceooBM/ihpnJCApbWiBnaWfXx6KbL2q9UUq3acEM7utePjn0g0n3bR l6tFpPb3p11YdogDo5HP2LogXz8qAIiAQyar6Nr0hZ05KTS6sud1G5/aa4BGYUTwyf98 IpdURLOIzH9JbSrut4F0Aj6J8LC0SyfYc7SwjSxkFhrjRMe3+sM8uz3zedrwGs1DbE3B bFcMs2e+6RTc/WH5SjYReNUULpGdwy8BxoW7aaPq1f52mOEfD6pjGXkv73NVyVZXFQsU 4cnbqvCkcxCzJ6Q7PbSVLiYgwMA9RO08GWH6NchgOSkB/jFJ17HhAMs1HY14hgaqCnAU jUFA== X-Gm-Message-State: AAQBX9d+TvdZZVbA1GTjzlN0+uj/zgpvkNmoj7+IE+2eDkS9Ff6cD8O7 5psDvrG0wzFN2T08RvOTBDfL2XYj/miFGcYROMo= X-Google-Smtp-Source: AKy350YQo8lBwIo79LIL9FUmLwWjQKErHj69lU8mZk9pG3gGSneKRtZIx62zsu+ZTiRcXXBkil2bXm2+6HLtIIyB09A= X-Received: by 2002:a17:907:6e91:b0:8f1:4c6a:e72 with SMTP id sh17-20020a1709076e9100b008f14c6a0e72mr3182407ejc.0.1680775070159; Thu, 06 Apr 2023 02:57:50 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: cyber psych Date: Thu, 6 Apr 2023 15:27:38 +0530 Message-ID: Subject: Re: enabling FANOTIFY in alpine To: alice Cc: ~alpine/devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="00000000000001173405f8a7f14a" --00000000000001173405f8a7f14a Content-Type: text/plain; charset="UTF-8" Thanks. Yeah I did that, I was using 3.16 and so it showed me that it was disabled. Didn't check on the latest version. On Thu, 6 Apr, 2023, 3:25 pm alice, wrote: > 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. > --00000000000001173405f8a7f14a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks. Yeah I did that, I was using 3.16 and so it showe= d me that it was disabled. Didn't check on the latest version.=C2=A0

On Thu, 6 Apr, 2023, 3:25 pm alice, <alice@ayaya.dev> wrote:
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:

=C2=A0$ doas modprobe configs
=C2=A0$ zcat /proc/config.gz | grep CONFIG_FAN
=C2=A0CONFIG_FANOTIFY=3Dy
=C2=A0CONFIG_FANOTIFY_ACCESS_PERMISSIONS=3Dy

this will correspond to the currently running kernel configuration.
--00000000000001173405f8a7f14a--