Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# catman_t is the type for /var/catman.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type catman_t;       # , file_type, sysadmfile, tmpfile;
Chris PeBenito b4cd15
files_make_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 b4cd15
files_make_file(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 b4cd15
files_make_file(cert_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 b4cd15
files_make_file(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 b4cd15
files_make_file(man_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# Base type for the tests directory.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
#type test_file_t;
Chris PeBenito b4cd15
#files_make_file(test_file_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# for /var/{spool,lib}/texmf index files
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type tetex_data_t;     # , file_type, sysadmfile, tmpfile;
Chris PeBenito b4cd15
files_make_file(tetex_data_t)