remove unreproducible notatsecure problem, bug 1411
This commit is contained in:
parent
54d01c821f
commit
88d68f60bc
|
@ -33,10 +33,6 @@ interface(`kernel_domtrans_to',`
|
||||||
allow $1 kernel_t:fd use;
|
allow $1 kernel_t:fd use;
|
||||||
allow $1 kernel_t:fifo_file rw_file_perms;
|
allow $1 kernel_t:fifo_file rw_file_perms;
|
||||||
allow $1 kernel_t:process sigchld;
|
allow $1 kernel_t:process sigchld;
|
||||||
|
|
||||||
ifdef(`enable_mls',`
|
|
||||||
allow kernel_t $1:process noatsecure;
|
|
||||||
')
|
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
|
Loading…
Reference in New Issue