Para onde foi o SELinux?

4

Eu estou compilando um novo kernel, e quero habilitar o SELinux, mas não o vejo em menuconfig em qualquer lugar. O único framework sob opções de segurança é Tomoyo ..... então eu pergunto, o que aconteceu com o SELinux? Ambos 2.6.33.2 e 2.6.35.11 não parecem tê-lo presente ....

    
por Jace Hall 06.03.2011 / 18:35

1 resposta

2

[Copiando o comentário de Jace em uma resposta completa]

A auditoria deve primeiro ser ativada na configuração geral. De Kernel do Linux em poucas palavras :

SELinux requires that the networking option be enabled. See the section called “Networking” to enable this.

SELinux also requires that audit be enabled in the kernel configuration. To do this:

 General setup
     [*] Auditing support

Also, the networking security option must be enabled:

 Security options
     [*] Enable different security models
     [*]   Socket and Networking Security Hooks

Now it is possible to select the SELinux option:

Security options
    [*] Enable different security models
    [*] NSA SELinux Support 

There are also a number of individual SELinux options that you might wish to enable. Please see the help for the individual different items for more descriptions on what they do in.

 Security options
     [*] Enable different security models
     [*] NSA SELinux Support
     [ ]   NSA SELinux boot parameter
     [ ]   NSA SELinux runtime disable
     [*]   NSA SELinux Development Support
     [*]   NSA SELinux AVC Statistics
     (1)   NSA SELinux checkreqprot default value
    
por 14.06.2011 / 13:50