diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-25 18:55:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-25 18:56:58 +0000 |
commit | 6594597f83c4f589f7dbe1dfc0b1bb0d79a05344 (patch) | |
tree | 6cf18518a22478910d3db5b899fcdecb451ef050 /main/linux-grsec | |
parent | 3543351d664783dfb925bc00c080298ce2bd36f6 (diff) | |
download | aports-6594597f83c4f589f7dbe1dfc0b1bb0d79a05344.tar.bz2 aports-6594597f83c4f589f7dbe1dfc0b1bb0d79a05344.tar.xz |
main/linux-gresc: enable acl in tmpfs
needed by udisks2
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 6 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 7 | ||||
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index cf29b2399a..f14ce60737 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.3.6 _kernver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -141,5 +141,5 @@ md5sums="7133f5a2086a7d7ef97abac610c094f5 linux-3.3.tar.xz a7f67e9c491403906e4bb475de194631 patch-3.3.6.xz 330193169ffe0dae377341fe40bee8aa grsecurity-2.9-3.3.6-201205191125.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch -5d2818cb5329aec600ee8ffc3896a728 kernelconfig.x86 -39552b468a33a04678113c12ec6c1a91 kernelconfig.x86_64" +aa4ead042e92a35bd0a3c2497b6de36d kernelconfig.x86 +3600973e9ada69a30a6fba70727453a7 kernelconfig.x86_64" diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index b818bea037..030cb4afbb 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 3.3.2 Kernel Configuration +# Linux/i386 3.3.6 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4826,6 +4826,7 @@ CONFIG_QUOTACTL=y CONFIG_AUTOFS4_FS=m CONFIG_FUSE_FS=m # CONFIG_CUSE is not set +CONFIG_GENERIC_ACL=y # # Caches @@ -4867,8 +4868,8 @@ CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y 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 diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index c30b9cb1d1..e63b742c72 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 3.3.2 Kernel Configuration +# Linux/x86_64 3.3.6 Kernel Configuration # CONFIG_64BIT=y # CONFIG_X86_32 is not set @@ -4802,6 +4802,7 @@ CONFIG_QUOTACTL_COMPAT=y CONFIG_AUTOFS4_FS=m CONFIG_FUSE_FS=m # CONFIG_CUSE is not set +CONFIG_GENERIC_ACL=y # # Caches @@ -4843,8 +4844,8 @@ CONFIG_PROC_FS=y CONFIG_PROC_SYSCTL=y 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 |