Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Fri, 17 Nov 2017 14:59:39
Message-Id: 1510708267.f299262e1366f633c3815664d1b7cb582123256c.perfinion@gentoo
1 commit: f299262e1366f633c3815664d1b7cb582123256c
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Fri Nov 10 01:36:54 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 01:11:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f299262e
7
8 Several module version bumps.
9
10 policy/modules/system/miscfiles.te | 12 ++++++------
11 1 file changed, 6 insertions(+), 6 deletions(-)
12
13 diff --git a/policy/modules/system/miscfiles.te b/policy/modules/system/miscfiles.te
14 index 88b1807e..e16c5808 100644
15 --- a/policy/modules/system/miscfiles.te
16 +++ b/policy/modules/system/miscfiles.te
17 @@ -15,12 +15,6 @@ type cert_t;
18 miscfiles_cert_type(cert_t)
19
20 #
21 -# tls_privkey_t is the type of files for the SSL/TLS private keys.
22 -#
23 -type tls_privkey_t;
24 -miscfiles_tls_privkey_type(tls_privkey_t)
25 -
26 -#
27 # fonts_t is the type of various font
28 # files in /usr
29 #
30 @@ -75,3 +69,9 @@ files_type(test_file_t)
31 #
32 type tetex_data_t;
33 files_tmp_file(tetex_data_t)
34 +
35 +#
36 +# tls_privkey_t is the type of files for the SSL/TLS private keys.
37 +#
38 +type tls_privkey_t;
39 +miscfiles_tls_privkey_type(tls_privkey_t)