Oreon-Lime-R2/selinux-policy/selinux-policy-bc228bd/selinux-policy-bc228bd0c249a9e4aa3dcf238c2b1bb138943b07/policy/modules/kernel/unlabelednet.te

13 lines
238 B
Text
Raw Normal View History

policy_module(unlabelednet, 1.0.0)
corenet_enable_unlabeled_packets()
gen_require(`
type unlabeled_t;
attribute domain;
')
# temporary hack until labeling on packets is supported
allow domain unlabeled_t:packet { send recv };