diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-11-20 13:30:19 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-11-21 11:26:01 -0800 |
commit | 6b04114f6fae5e84d33404c2970b1949c032546e (patch) | |
tree | 91e55c8cc4f7ad7f78c7ca2e64c1c290a88f2ff2 /arch/arc/configs/vdk_hs38_smp_defconfig | |
parent | 121e38e5acdc8e1e4cdb750fcdcc72f94e420968 (diff) |
arc: [devboards] Add support of NFSv3 ACL
By default NFSv3 doesn't support ACL (Access Control Lists)
which might be quite convenient to have so that
mounted NFS behaves exactly as any other local file-system.
In particular missing support of ACL makes umask useless.
This among other thigs fixes Glibc's "nptl/tst-umask1".
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Cupertino Miranda <cmiranda@synopsys.com>
Cc: stable@vger.kernel.org #4.14+
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/configs/vdk_hs38_smp_defconfig')
-rw-r--r-- | arch/arc/configs/vdk_hs38_smp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/configs/vdk_hs38_smp_defconfig b/arch/arc/configs/vdk_hs38_smp_defconfig index a8ac5e917d9a..b5c3f6c54b03 100644 --- a/arch/arc/configs/vdk_hs38_smp_defconfig +++ b/arch/arc/configs/vdk_hs38_smp_defconfig @@ -90,6 +90,7 @@ CONFIG_NTFS_FS=y CONFIG_TMPFS=y CONFIG_JFFS2_FS=y CONFIG_NFS_FS=y +CONFIG_NFS_V3_ACL=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y # CONFIG_ENABLE_WARN_DEPRECATED is not set |