CONFIG_FANOTIFY_ACCESS_PERMISSIONS
xypron opened this issue · 1 comments
xypron commented
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
RobertCNelson commented
Thanks Heinrich,
Pushed: 49bd8ed