Received: from out-58.mta0.migadu.com (out-58.mta0.migadu.com [IPv6:2001:41d0:1004:224b::3a]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 951E7223228 for <~alpine/devel@lists.alpinelinux.org>; Thu, 6 Apr 2023 09:20:23 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ayaya.dev; s=key1; t=1680772822; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GUZRCSa3L++RAEhzRvTxOlnAIxH3bmWqo5hbdXApJeM=; b=gNsRcevh/Y6vCUFxISVo6NvYmvOy9+uVt986eJUs5vgE+8ITg1p9r0Gb8R4JNqGxGZcxo2 1QPtpf8QShwXMC0mS4sMeJyrR8wy95H0hAwgmPlSEvnHYoL2E7mM4jGNDK02PFMnr8dPno wCNhpptJFaXZdhOQqlgb0r91gz/Gm+o= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 06 Apr 2023 11:20:16 +0200 Message-Id: Subject: Re: enabling FANOTIFY in alpine X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alice" To: "cyber psych" , <~alpine/devel@lists.alpinelinux.org> References: In-Reply-To: X-Migadu-Flow: FLOW_OUT On Thu Apr 6, 2023 at 11:09 AM CEST, cyber psych wrote: > Hi all, > > I want to enable FANOTIFY in alpine linux VM, I see it's disabled by > default. A few articles suggested I can enable this and build a custom > kernel, is there any other way to enable this on a running VM, without > building kernel? it is already enabled in linux-lts and linux-virt, in edge and 3.17. > > I tried searching for linux kernel modules which can be enabled on runtim= e, > but couldn't find one. > > Thanks