selinux-policy/refpolicy/policy/modules/system/miscfiles.te

46 lines
707 B
Plaintext
Raw Normal View History

2005-04-20 19:07:16 +00:00
policy_module(miscfiles,1.0)
2005-04-14 20:18:17 +00:00
#
# catman_t is the type for /var/catman.
#
2005-05-04 17:01:46 +00:00
type catman_t; # , tmpfile;
2005-06-13 17:35:46 +00:00
files_file_type(catman_t)
2005-04-14 20:18:17 +00:00
#
# cert_t is the type of files in the system certs directories.
#
type cert_t;
2005-06-13 17:35:46 +00:00
files_file_type(cert_t)
2005-04-14 20:18:17 +00:00
#
# fonts_t is the type of various font
# files in /usr
#
type fonts_t;
2005-06-13 17:35:46 +00:00
files_file_type(fonts_t)
2005-04-14 20:18:17 +00:00
#
# locale_t is the type for system localization
#
type locale_t;
2005-06-13 17:35:46 +00:00
files_file_type(locale_t)
2005-04-14 20:18:17 +00:00
#
# man_t is the type for the man directories.
#
type man_t;
2005-06-13 17:35:46 +00:00
files_file_type(man_t)
2005-04-14 20:18:17 +00:00
#
# Base type for the tests directory.
#
2005-04-21 21:34:08 +00:00
type test_file_t;
2005-06-13 17:35:46 +00:00
files_file_type(test_file_t)
2005-04-14 20:18:17 +00:00
#
# for /var/{spool,lib}/texmf index files
#
2005-05-04 17:01:46 +00:00
type tetex_data_t; # , tmpfile;
2005-06-13 17:35:46 +00:00
files_file_type(tetex_data_t)