Chris PeBenito 17de1b
Chris PeBenito 9570b2
policy_module(miscfiles, 1.7.0)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
########################################
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# Declarations
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# cert_t is the type of files in the system certs directories.
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type cert_t;
Chris PeBenito 17de1b
files_type(cert_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# fonts_t is the type of various font
Chris PeBenito 17de1b
# files in /usr
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type fonts_t;
Chris PeBenito 17de1b
files_type(fonts_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# type for /usr/share/hwdata
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type hwdata_t;
Chris PeBenito 17de1b
files_type(hwdata_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# locale_t is the type for system localization
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type locale_t;
Chris PeBenito 17de1b
files_type(locale_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# man_t is the type for the man directories.
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type man_t alias catman_t;
Chris PeBenito 17de1b
files_type(man_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# Types for public content
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type public_content_t; #, customizable;
Chris PeBenito 17de1b
files_type(public_content_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
type public_content_rw_t; #, customizable;
Chris PeBenito 17de1b
files_type(public_content_rw_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# Base type for the tests directory.
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type test_file_t;
Chris PeBenito 17de1b
files_type(test_file_t)
Chris PeBenito 17de1b
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
# for /var/{spool,lib}/texmf index files
Chris PeBenito 17de1b
#
Chris PeBenito 17de1b
type tetex_data_t;
Chris PeBenito 17de1b
files_tmp_file(tetex_data_t)