diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 12:15:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 12:15:35 +0000 |
commit | 8311ef419acf1f7f9791787fbad5c64542a4002b (patch) | |
tree | c93e08378a6b371579465efbe9ede2627ca0004c /main/linux-vserver/kernelconfig.x86 | |
parent | 17704102334eb7efb7468844b5a21a40087e2f31 (diff) | |
download | aports-8311ef419acf1f7f9791787fbad5c64542a4002b.tar.bz2 aports-8311ef419acf1f7f9791787fbad5c64542a4002b.tar.xz |
main/linux-vserver: enable ACL in tmpfs
Diffstat (limited to 'main/linux-vserver/kernelconfig.x86')
-rw-r--r-- | main/linux-vserver/kernelconfig.x86 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-vserver/kernelconfig.x86 b/main/linux-vserver/kernelconfig.x86 index 2163ba6c48..324ba48e22 100644 --- a/main/linux-vserver/kernelconfig.x86 +++ b/main/linux-vserver/kernelconfig.x86 @@ -4889,8 +4889,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PROC_PAGE_MONITOR is not set CONFIG_SYSFS=y CONFIG_TMPFS=y -# CONFIG_TMPFS_POSIX_ACL is not set -# CONFIG_TMPFS_XATTR is not set +CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_XATTR=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=m |