* debian/changelog: Update.

* debian/config/config:
  Disable SECURITY_SELINUX_BOOTPARAM and SECURITY_SELINUX_DISABLE.

svn path=/dists/trunk/linux-2.6/; revision=18202
This commit is contained in:
Bastian Blank 2011-10-28 23:35:51 +00:00
parent b4f575225a
commit eabdd7ab9f
2 changed files with 3 additions and 3 deletions

1
debian/changelog vendored
View File

@ -19,6 +19,7 @@ linux-2.6 (3.1.0-1~experimental.1) UNRELEASED; urgency=low
* Remove linux-tools-* binary package.
* Drop external module packages stuff.
* Set default security module to Unix Discretionary Access Controls.
- Remove unneeded selinux boot parameter.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 27 Sep 2011 06:02:56 +0100

View File

@ -4464,9 +4464,8 @@ CONFIG_DEFAULT_SECURITY_DAC=y
## file: security/selinux/Kconfig
##
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
CONFIG_SECURITY_SELINUX_DISABLE=y
# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set
# CONFIG_SECURITY_SELINUX_DISABLE is not set
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1