diff options
author | Daniel Dickinson <openwrt@daniel.thecshore.com> | 2015-12-16 22:58:11 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-30 22:48:39 +0200 |
commit | e408abd7fb8e2a8842726345f393236c53496933 (patch) | |
tree | 7822195d09391abe9f0781216f16d7d411ebfc60 /target | |
parent | 3ee278c5c937d9983559adc56692144890950a77 (diff) | |
download | upstream-e408abd7fb8e2a8842726345f393236c53496933.tar.gz upstream-e408abd7fb8e2a8842726345f393236c53496933.tar.bz2 upstream-e408abd7fb8e2a8842726345f393236c53496933.zip |
kernel: Add option to make using filesystem ACL support the default
This adds a configuration options that allows to make filesystem ACL support
the default in the kernel, except for old nfs.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 5 | ||||
-rw-r--r-- | target/linux/generic/config-4.1 | 3 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 3 |
3 files changed, 10 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index a2c81c2b29..9b9b4ca945 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -528,6 +528,7 @@ CONFIG_BROKEN_ON_SMP=y # CONFIG_BTRFS_ASSERT is not set # CONFIG_BTRFS_DEBUG is not set # CONFIG_BTRFS_FS is not set +# CONFIG_BTRFS_FS_POSIX_ACL is not set # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set # CONFIG_BT_ATH3K is not set # CONFIG_BT_BNEP is not set @@ -1009,6 +1010,7 @@ CONFIG_EXTRA_TARGETS="" # CONFIG_EXYNOS_VIDEO is not set # CONFIG_EZX_PCAP is not set # CONFIG_F2FS_FS is not set +# CONFIG_F2FS_FS_POSIX_ACL is not set # CONFIG_FAIR_GROUP_SCHED is not set # CONFIG_FANOTIFY is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 @@ -1217,6 +1219,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HFSPLUS_FS is not set # CONFIG_HFSPLUS_FS_POSIX_ACL is not set # CONFIG_HFS_FS is not set +# CONFIG_HFS_FS_POSIX_ACL is not set # CONFIG_HIBERNATION is not set # CONFIG_HID is not set # CONFIG_HIDRAW is not set @@ -3043,7 +3046,7 @@ CONFIG_RCU_FANOUT_LEAF=16 # CONFIG_REISERFS_FS is not set # CONFIG_REISERFS_FS_POSIX_ACL is not set # CONFIG_REISERFS_FS_SECURITY is not set -# CONFIG_REISERFS_FS_XATTR is not set +# CONFIG_REISERFS_FS_XATTR # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_RELAY is not set # CONFIG_RESET_CONTROLLER is not set diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index fa95759a9c..045096f291 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -550,6 +550,7 @@ CONFIG_BROKEN_ON_SMP=y # CONFIG_BTRFS_ASSERT is not set # CONFIG_BTRFS_DEBUG is not set # CONFIG_BTRFS_FS is not set +# CONFIG_BTRFS_FS_POSIX_ACL is not set # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set # CONFIG_BT_ATH3K is not set # CONFIG_BT_BNEP is not set @@ -1045,6 +1046,7 @@ CONFIG_EXTRA_TARGETS="" # CONFIG_EXYNOS_VIDEO is not set # CONFIG_EZX_PCAP is not set # CONFIG_F2FS_FS is not set +# CONFIG_F2FS_FS_POSIX_ACL is not set # CONFIG_F2FS_IO_TRACE is not set # CONFIG_FAIR_GROUP_SCHED is not set # CONFIG_FANOTIFY is not set @@ -1258,6 +1260,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HFSPLUS_FS is not set # CONFIG_HFSPLUS_FS_POSIX_ACL is not set # CONFIG_HFS_FS is not set +# CONFIG_HFS_FS_POSIX_ACL is not set # CONFIG_HIBERNATION is not set # CONFIG_HID is not set # CONFIG_HIDRAW is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 54c4062459..dfd8b130d7 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -526,6 +526,7 @@ CONFIG_BROKEN_ON_SMP=y # CONFIG_BTRFS_ASSERT is not set # CONFIG_BTRFS_DEBUG is not set # CONFIG_BTRFS_FS is not set +# CONFIG_BTRFS_FS_POSIX_ACL is not set # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set # CONFIG_BT_ATH3K is not set # CONFIG_BT_BNEP is not set @@ -1036,6 +1037,7 @@ CONFIG_EXTRA_TARGETS="" # CONFIG_EZX_PCAP is not set # CONFIG_F2FS_FS is not set # CONFIG_F2FS_FS_ENCRYPTION is not set +# CONFIG_F2FS_FS_POSIX_ACL is not set # CONFIG_F2FS_IO_TRACE is not set # CONFIG_FAIR_GROUP_SCHED is not set # CONFIG_FANOTIFY is not set @@ -1264,6 +1266,7 @@ CONFIG_HAVE_KRETPROBES=y # CONFIG_HFSPLUS_FS is not set # CONFIG_HFSPLUS_FS_POSIX_ACL is not set # CONFIG_HFS_FS is not set +# CONFIG_HFS_FS_POSIX_ACL is not set # CONFIG_HI8435 is not set # CONFIG_HIBERNATION is not set # CONFIG_HID is not set |