Blame refpolicy/policy/modules/system/miscfiles.te
|
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 |
8fd367 |
files_type(fonts_t)
|
|
Chris PeBenito |
b4cd15 |
|
|
Chris PeBenito |
b4cd15 |
#
|
|
Chris PeBenito |
0907bd |
# Type for anonymous FTP data, used by ftp and rsync
|
|
Chris PeBenito |
0907bd |
#
|
|
Chris PeBenito |
0907bd |
type ftpd_anon_t; #, customizable;
|
|
Chris PeBenito |
0907bd |
files_type(ftpd_anon_t)
|
|
Chris PeBenito |
0907bd |
|
|
Chris PeBenito |
cff75c |
type ftpd_anon_rw_t; #, customizable;
|
|
Chris PeBenito |
cff75c |
files_type(ftpd_anon_rw_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 |
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
|