Chris PeBenito e181fe
Chris PeBenito 960373
policy_module(miscfiles,1.0)
Chris PeBenito 960373
Chris PeBenito fd89e1
########################################
Chris PeBenito fd89e1
#
Chris PeBenito fd89e1
# Declarations
Chris PeBenito fd89e1
#
Chris PeBenito fd89e1
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# catman_t is the type for /var/catman.
Chris PeBenito b4cd15
#
Chris PeBenito a5f339
type catman_t;
Chris PeBenito a5f339
files_tmp_file(catman_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# cert_t is the type of files in the system certs directories.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type cert_t;
Chris PeBenito 8fd367
files_type(cert_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# fonts_t is the type of various font
Chris PeBenito b4cd15
# files in /usr
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type fonts_t;
Chris PeBenito 8fd367
files_type(fonts_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# locale_t is the type for system localization
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type locale_t;
Chris PeBenito 8fd367
files_type(locale_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# man_t is the type for the man directories.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type man_t;
Chris PeBenito 8fd367
files_type(man_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# Base type for the tests directory.
Chris PeBenito b4cd15
#
Chris PeBenito 32b502
type test_file_t;
Chris PeBenito 8fd367
files_type(test_file_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# for /var/{spool,lib}/texmf index files
Chris PeBenito b4cd15
#
Chris PeBenito a5f339
type tetex_data_t;
Chris PeBenito a5f339
files_tmp_file(tetex_data_t)