commit:     f299262e1366f633c3815664d1b7cb582123256c
Author:     Chris PeBenito <pebenito <AT> ieee <DOT> org>
AuthorDate: Fri Nov 10 01:36:54 2017 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 01:11:07 2017 +0000
URL:        
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f299262e

Several module version bumps.

 policy/modules/system/miscfiles.te | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/policy/modules/system/miscfiles.te 
b/policy/modules/system/miscfiles.te
index 88b1807e..e16c5808 100644
--- a/policy/modules/system/miscfiles.te
+++ b/policy/modules/system/miscfiles.te
@@ -15,12 +15,6 @@ type cert_t;
 miscfiles_cert_type(cert_t)
 
 #
-# tls_privkey_t is the type of files for the SSL/TLS private keys.
-#
-type tls_privkey_t;
-miscfiles_tls_privkey_type(tls_privkey_t)
-
-#
 # fonts_t is the type of various font
 # files in /usr
 #
@@ -75,3 +69,9 @@ files_type(test_file_t)
 #
 type tetex_data_t;
 files_tmp_file(tetex_data_t)
+
+#
+# tls_privkey_t is the type of files for the SSL/TLS private keys.
+#
+type tls_privkey_t;
+miscfiles_tls_privkey_type(tls_privkey_t)

Reply via email to