Lines Matching refs:security
3 # Allow dom0 access to all sysctls, devices, and the security server.
46 # These permissions allow using the FLASK security server to compute access
48 # that does not have its own security server to make access decisions based on
49 # Xen's security policy.
50 allow dom0_t security_t:security {
55 allow dom0_t security_t:security check_context;
58 allow dom0_t security_t:security { add_ocontext del_ocontext };
60 # Allow performance parameters of the security server to be tweaked
61 allow dom0_t security_t:security setsecparam;
63 # Allow changing the security policy
64 allow dom0_t security_t:security { load_policy setenforce setbool };
67 auditallow dom0_t security_t:security { load_policy setenforce setbool };