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
# 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 9bbc75
files_config_file(fonts_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito 77f6e2
# type for /usr/share/hwdata
Chris PeBenito 0907bd
#
Chris PeBenito 77f6e2
type hwdata_t;
Chris PeBenito 77f6e2
files_type(hwdata_t)
Chris PeBenito cff75c
Chris PeBenito 0907bd
#
Chris PeBenito 0907bd
# type for /tmp/.ICE-unix
Chris PeBenito 0907bd
#
Chris PeBenito 0907bd
type ice_tmp_t;
Chris PeBenito 0907bd
files_tmp_file(ice_tmp_t)
Chris PeBenito 0907bd
Chris PeBenito 0907bd
#
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 0907bd
type man_t alias catman_t;
Chris PeBenito 8fd367
files_type(man_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito 77f6e2
# Types for public content
Chris PeBenito 77f6e2
#
Chris PeBenito 77f6e2
type public_content_t; #, customizable;
Chris PeBenito 77f6e2
files_type(public_content_t)
Chris PeBenito 77f6e2
Chris PeBenito 77f6e2
type public_content_rw_t; #, customizable;
Chris PeBenito 77f6e2
files_type(public_content_rw_t)
Chris PeBenito 77f6e2
Chris PeBenito 77f6e2
#
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)
Chris PeBenito 0907bd
Chris PeBenito 0907bd
ifdef(`TODO',`
Chris PeBenito 0907bd
allow customizable self:filesystem associate;
Chris PeBenito 0907bd
') dnl end TODO