Several module version bumps.

This commit is contained in:
Chris PeBenito 2017-11-09 20:36:54 -05:00
parent cc91fed88d
commit 523dbe2845
2 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit 27c2e5432fbf8f2863373dc8fc202720c507bfef
Subproject commit e6b378dc925ac1be59579e98737c3a2032638b57

View File

@ -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)