Several module version bumps.
This commit is contained in:
parent
cc91fed88d
commit
523dbe2845
|
@ -1 +1 @@
|
|||
Subproject commit 27c2e5432fbf8f2863373dc8fc202720c507bfef
|
||||
Subproject commit e6b378dc925ac1be59579e98737c3a2032638b57
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue