]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - policy/modules/system/miscfiles.te
Change auth_use_nsswitch, init_system_daemon and init_daemon_domain to use attributes...
[people/stevee/selinux-policy.git] / policy / modules / system / miscfiles.te
CommitLineData
826d0142 1policy_module(miscfiles, 1.9.0)
960373dd 2
fd89e19f
CP
3########################################
4#
5# Declarations
6#
3eaa9939 7attribute cert_type;
fd89e19f 8
b4cd1533
CP
9#
10# cert_t is the type of files in the system certs directories.
11#
12type cert_t;
3eaa9939 13miscfiles_cert_type(cert_t)
b4cd1533
CP
14
15#
16# fonts_t is the type of various font
17# files in /usr
18#
19type fonts_t;
b68a85cb 20files_type(fonts_t)
b4cd1533 21
d0a6df5c
CP
22type fonts_cache_t;
23files_type(fonts_cache_t)
24
0907bda1 25#
77f6e2cd 26# type for /usr/share/hwdata
0907bda1 27#
77f6e2cd
CP
28type hwdata_t;
29files_type(hwdata_t)
cff75c90 30
b4cd1533
CP
31#
32# locale_t is the type for system localization
33#
34type locale_t;
8fd36732 35files_type(locale_t)
b4cd1533
CP
36
37#
38# man_t is the type for the man directories.
39#
0907bda1 40type man_t alias catman_t;
8fd36732 41files_type(man_t)
b4cd1533 42
77f6e2cd
CP
43#
44# Types for public content
45#
46type public_content_t; #, customizable;
47files_type(public_content_t)
48
49type public_content_rw_t; #, customizable;
50files_type(public_content_rw_t)
51
b4cd1533
CP
52#
53# Base type for the tests directory.
54#
32b5029c 55type test_file_t;
8fd36732 56files_type(test_file_t)
b4cd1533
CP
57
58#
59# for /var/{spool,lib}/texmf index files
60#
a5f339f1
CP
61type tetex_data_t;
62files_tmp_file(tetex_data_t)