diff --git a/policy/modules/contrib b/policy/modules/contrib index 27c2e5432..e6b378dc9 160000 --- a/policy/modules/contrib +++ b/policy/modules/contrib @@ -1 +1 @@ -Subproject commit 27c2e5432fbf8f2863373dc8fc202720c507bfef +Subproject commit e6b378dc925ac1be59579e98737c3a2032638b57 diff --git a/policy/modules/system/miscfiles.te b/policy/modules/system/miscfiles.te index 88b1807e5..e16c58085 100644 --- a/policy/modules/system/miscfiles.te +++ b/policy/modules/system/miscfiles.te @@ -14,12 +14,6 @@ attribute tls_privkey_type; 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)