Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Authors:  Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser  
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
############################################
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Security types
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
# 
Chris PeBenito 0fbfa5
# security_t is the target type when checking
Chris PeBenito 0fbfa5
# the permissions in the security class.  It is also
Chris PeBenito 0fbfa5
# applied to selinuxfs inodes.
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type security_t, mount_point, fs_type, mlstrustedobject;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# policy_config_t is the type of /etc/security/selinux/*
Chris PeBenito 0fbfa5
# the security server policy configuration.
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type policy_config_t, file_type, secadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# policy_src_t is the type of the policy source
Chris PeBenito 0fbfa5
# files.
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type policy_src_t, file_type, secadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# default_context_t is the type applied to 
Chris PeBenito 0fbfa5
# /etc/selinux/*/contexts/*
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type default_context_t, file_type, login_contexts, secadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# file_context_t is the type applied to 
Chris PeBenito 0fbfa5
# /etc/selinux/*/contexts/files
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type file_context_t, file_type, secadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# no_access_t is the type for objects that should
Chris PeBenito 0fbfa5
# only be accessed administratively. 
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
type no_access_t, file_type, sysadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# selinux_config_t is the type applied to 
Chris PeBenito 0fbfa5
# /etc/selinux/config
Chris PeBenito 0fbfa5
#
Chris PeBenito cff75c
type selinux_config_t, file_type, secadmfile;
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5