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

45 lines
777 B
Plaintext
Raw Normal View History

2005-04-20 19:07:16 +00:00
# Copyright (C) 2005 Tresys Technology, LLC
2005-04-14 20:18:17 +00:00
#
# catman_t is the type for /var/catman.
#
type catman_t; # , file_type, sysadmfile, tmpfile;
files_make_file(catman_t)
#
# cert_t is the type of files in the system certs directories.
#
type cert_t;
files_make_file(cert_t)
#
# fonts_t is the type of various font
# files in /usr
#
type fonts_t;
2005-04-21 22:46:49 +00:00
files_make_file(fonts_t)
2005-04-14 20:18:17 +00:00
#
# locale_t is the type for system localization
#
type locale_t;
files_make_file(locale_t)
#
# man_t is the type for the man directories.
#
type man_t;
files_make_file(man_t)
#
# Base type for the tests directory.
#
2005-04-21 21:34:08 +00:00
type test_file_t;
files_make_file(test_file_t)
2005-04-14 20:18:17 +00:00
#
# for /var/{spool,lib}/texmf index files
#
type tetex_data_t; # , file_type, sysadmfile, tmpfile;
files_make_file(tetex_data_t)