18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
|
|
policy_module(selinux,1.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
#
|
|
# security_t is the target type when checking
|
|
# the permissions in the security class. It is also
|
|
# applied to selinuxfs inodes.
|
|
#
|
|
type security_t;
|
|
fs_make_fs(security_t)
|
|
sid security context_template(system_u:object_r:security_t,s0)
|
|
genfscon selinuxfs / context_template(system_u:object_r:security_t,s0)
|