remove unreproducible notatsecure problem, bug 1411

This commit is contained in:
Chris PeBenito 2006-05-09 18:39:35 +00:00
parent 54d01c821f
commit 88d68f60bc

View File

@ -33,10 +33,6 @@ interface(`kernel_domtrans_to',`
allow $1 kernel_t:fd use;
allow $1 kernel_t:fifo_file rw_file_perms;
allow $1 kernel_t:process sigchld;
ifdef(`enable_mls',`
allow kernel_t $1:process noatsecure;
')
')
########################################