temporarily add unlabeled packet perm to unlabeled association if

This commit is contained in:
Chris PeBenito 2006-06-28 14:54:04 +00:00
parent 906f1084af
commit c467d98e85
2 changed files with 4 additions and 1 deletions

View File

@ -2047,6 +2047,9 @@ interface(`kernel_sendrecv_unlabeled_association',`
')
allow $1 unlabeled_t:association { sendto recvfrom };
# temporary hack until labeling on packets is supported
allow $1 unlabeled_t:packet { send recv };
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(kernel,1.3.11)
policy_module(kernel,1.3.12)
########################################
#