Add support for openfortivpn

This commit is contained in:
Miroslav Grepl 2015-11-10 08:18:14 +01:00
parent 02b374489f
commit 5c3fd596c9
2 changed files with 11 additions and 0 deletions

View File

@ -2551,3 +2551,10 @@ pkcs11proxyd = module
# IPMI event daemon for sending events to syslog
#
ipmievd = module
# Layer: contrib
# Module: openfortivpn
#
# Fortinet compatible SSL VPN daemons.
#
openfortivpn = module

View File

@ -31,3 +31,7 @@
(typeattributeset cil_gen_require pkcs11proxyd_t)
(typepermissive pkcs11proxyd_t)
)
(optional permissivedomains_optional_9
(typeattributeset cil_gen_require openfortivpn_t)
(typepermissive openfortivpn_t)
)