Blame refpolicy/policy/modules/kernel/mcs.if
|
Chris PeBenito |
8cf671 |
## <summary>Multicategory security policy</summary>
|
|
Chris PeBenito |
8cf671 |
## <required val="true">
|
|
Chris PeBenito |
8cf671 |
## Contains attributes used in MCS policy.
|
|
Chris PeBenito |
8cf671 |
## </required>
|
|
Chris PeBenito |
8cf671 |
|
|
Chris PeBenito |
8cf671 |
########################################
|
|
Chris PeBenito |
8cf671 |
## <summary>
|
|
Chris PeBenito |
8cf671 |
## This domain is allowed to sigkill and sigstop
|
|
Chris PeBenito |
8cf671 |
## all domains regardless of their MCS level.
|
|
Chris PeBenito |
8cf671 |
## </summary>
|
|
Chris PeBenito |
8cf671 |
## <param name="domain">
|
|
Chris PeBenito |
8cf671 |
## <summary>
|
|
Chris PeBenito |
8cf671 |
## Domain target for user exemption.
|
|
Chris PeBenito |
8cf671 |
## </summary>
|
|
Chris PeBenito |
8cf671 |
## </param>
|
|
Chris PeBenito |
8cf671 |
#
|
|
Chris PeBenito |
8cf671 |
interface(`mcs_killall',`
|
|
Chris PeBenito |
8cf671 |
gen_require(`
|
|
Chris PeBenito |
8cf671 |
attribute mcskillall;
|
|
Chris PeBenito |
8cf671 |
')
|
|
Chris PeBenito |
8cf671 |
|
|
Chris PeBenito |
8cf671 |
typeattribute $1 mcskillall;
|
|
Chris PeBenito |
8cf671 |
')
|