]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/system/miscfiles.te
Bump module versions for release.
[people/stevee/selinux-policy.git] / policy / modules / system / miscfiles.te
1
2 policy_module(miscfiles, 1.8.0)
3
4 ########################################
5 #
6 # Declarations
7 #
8
9 #
10 # cert_t is the type of files in the system certs directories.
11 #
12 type cert_t;
13 files_type(cert_t)
14
15 #
16 # fonts_t is the type of various font
17 # files in /usr
18 #
19 type fonts_t;
20 files_type(fonts_t)
21
22 type fonts_cache_t;
23 files_type(fonts_cache_t)
24
25 #
26 # type for /usr/share/hwdata
27 #
28 type hwdata_t;
29 files_type(hwdata_t)
30
31 #
32 # locale_t is the type for system localization
33 #
34 type locale_t;
35 files_type(locale_t)
36
37 #
38 # man_t is the type for the man directories.
39 #
40 type man_t alias catman_t;
41 files_type(man_t)
42
43 #
44 # Types for public content
45 #
46 type public_content_t; #, customizable;
47 files_type(public_content_t)
48
49 type public_content_rw_t; #, customizable;
50 files_type(public_content_rw_t)
51
52 #
53 # Base type for the tests directory.
54 #
55 type test_file_t;
56 files_type(test_file_t)
57
58 #
59 # for /var/{spool,lib}/texmf index files
60 #
61 type tetex_data_t;
62 files_tmp_file(tetex_data_t)