From 3799c7971baf12b0f7e718919f631b47edcabc31 Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Thu, 13 Feb 2020 18:18:49 -0300 Subject: [PATCH] fs: Enable tmpfs ACL by default TODO: Add bloat-o-meter comment and explain why. This goes upstream. Signed-off-by: Ezequiel Garcia --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/Kconfig b/fs/Kconfig index 2501e6f1f965..23e97bd8c482 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -171,6 +171,7 @@ config TMPFS_POSIX_ACL depends on TMPFS select TMPFS_XATTR select FS_POSIX_ACL + default y help POSIX Access Control Lists (ACLs) support additional access rights for users and groups beyond the standard owner/group/world scheme, -- GitLab