[EMAIL PROTECTED] wrote:
On Wed, 10 Oct 2007 08:40:31 PDT, Randy Dunlap said:
config SECURITY_SELINUX
bool "NSA SELinux Support"
- depends on SECURITY_NETWORK && AUDIT && NET && INET
+ depends on SECURITY
+ select SECURITY_NETWORK
+ select AUDIT
+ select N
On Wed, 10 Oct 2007 08:40:31 PDT, Randy Dunlap said:
> >>> config SECURITY_SELINUX
> >>> bool "NSA SELinux Support"
> >>> - depends on SECURITY_NETWORK && AUDIT && NET && INET
> >>> + depends on SECURITY
> >>> + select SECURITY_NETWORK
> >>> + select AUDIT
> >>> + select NET
> >>> + select INET
Stephen Smalley wrote:
On Tue, 2007-10-09 at 16:28 -0700, Randy Dunlap wrote:
On Wed, 10 Oct 2007 09:19:55 +1000 (EST) James Morris wrote:
From: Eric Paris <[EMAIL PROTECTED]>
Changes the security/selinux/Kconfig to use select instead of depends
for most of the SELinux requirements. This all
On Tue, 2007-10-09 at 16:28 -0700, Randy Dunlap wrote:
> On Wed, 10 Oct 2007 09:19:55 +1000 (EST) James Morris wrote:
>
> > From: Eric Paris <[EMAIL PROTECTED]>
> >
> > Changes the security/selinux/Kconfig to use select instead of depends
> > for most of the SELinux requirements. This allows the
On Wed, 10 Oct 2007 09:50:49 +1000 (EST) James Morris wrote:
> On Tue, 9 Oct 2007, Randy Dunlap wrote:
>
> > I doth protest. Enabling the entire NET subsystem thru a hidden
> > select is awful. Select should be used (sparingly) to enable
> > library code only. If someone wants NET enabled, the
On Tue, 9 Oct 2007, Randy Dunlap wrote:
> I doth protest. Enabling the entire NET subsystem thru a hidden
> select is awful. Select should be used (sparingly) to enable
> library code only. If someone wants NET enabled, they should
> enable it overtly, not covertly.
Ok, fair enough.
I've drop
On Wed, 10 Oct 2007 09:19:55 +1000 (EST) James Morris wrote:
> From: Eric Paris <[EMAIL PROTECTED]>
>
> Changes the security/selinux/Kconfig to use select instead of depends
> for most of the SELinux requirements. This allows the SELinux option to
> show up when people do a make config without a
7 matches
Mail list logo