RobertCNelson / armv7-multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CONFIG_FANOTIFY_ACCESS_PERMISSIONS

xypron opened this issue · comments

Hello Robert,

in Ubuntu and Fedora CONFIG_FANOTIFY_ACCESS_PERMISSIONS is enabled by default.

Could you, please, apply the following patch to the 3.11 branch.

Best regards

Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de


patches/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/defconfig b/patches/defconfig
index fd6ecb3..c8aade8 100644
--- a/patches/defconfig
+++ b/patches/defconfig
@@ -4516,7 +4516,7 @@ CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
-# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
+CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y

CONFIG_PRINT_QUOTA_WARNING is not set

Thanks Heinrich,

Pushed: 49bd8ed