## Multicategory security policy
##
## Contains attributes used in MCS policy.
##
########################################
##
## This domain is allowed to sigkill and sigstop
## all domains regardless of their MCS level.
##
##
##
## Domain target for user exemption.
##
##
#
interface(`mcs_killall',`
gen_require(`
attribute mcskillall;
')
typeattribute $1 mcskillall;
')