temporarily add unlabeled packet perm to unlabeled association if
This commit is contained in:
parent
906f1084af
commit
c467d98e85
@ -2047,6 +2047,9 @@ interface(`kernel_sendrecv_unlabeled_association',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
allow $1 unlabeled_t:association { sendto recvfrom };
|
allow $1 unlabeled_t:association { sendto recvfrom };
|
||||||
|
|
||||||
|
# temporary hack until labeling on packets is supported
|
||||||
|
allow $1 unlabeled_t:packet { send recv };
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(kernel,1.3.11)
|
policy_module(kernel,1.3.12)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user