selinux-policy/strict/types/security.te

55 lines
1.1 KiB
Plaintext
Raw Normal View History

2005-04-29 17:45:15 +00:00
#
# Authors: Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser
#
############################################
#
# Security types
#
#
# security_t is the target type when checking
# the permissions in the security class. It is also
# applied to selinuxfs inodes.
#
2005-09-16 19:36:10 +00:00
type security_t, mount_point, fs_type, mlstrustedobject;
2005-04-29 17:45:15 +00:00
#
# policy_config_t is the type of /etc/security/selinux/*
# the security server policy configuration.
#
2005-09-16 19:36:10 +00:00
type policy_config_t, file_type, secadmfile;
2005-04-29 17:45:15 +00:00
#
# policy_src_t is the type of the policy source
# files.
#
2005-09-16 19:36:10 +00:00
type policy_src_t, file_type, secadmfile;
2005-04-29 17:45:15 +00:00
#
# default_context_t is the type applied to
# /etc/selinux/*/contexts/*
#
2005-09-16 19:36:10 +00:00
type default_context_t, file_type, login_contexts, secadmfile;
2005-04-29 17:45:15 +00:00
#
# file_context_t is the type applied to
# /etc/selinux/*/contexts/files
#
2005-09-16 19:36:10 +00:00
type file_context_t, file_type, secadmfile;
2005-04-29 17:45:15 +00:00
#
# no_access_t is the type for objects that should
# only be accessed administratively.
#
type no_access_t, file_type, sysadmfile;
#
# selinux_config_t is the type applied to
# /etc/selinux/config
#
2005-09-16 19:36:10 +00:00
type selinux_config_t, file_type, secadmfile;
2005-04-29 17:45:15 +00:00