policy:ssh: ssh_server_template: fix require

Signed-off-by: Markus Linnala <Markus.Linnala@cybercom.com>
This commit is contained in:
Markus Linnala 2021-06-29 15:29:19 +03:00
parent 59bce0d34c
commit 7a85214310

View File

@ -167,6 +167,7 @@ template(`ssh_basic_client_template',`
#
template(`ssh_server_template', `
gen_require(`
attribute ssh_server;
type sshd_exec_t, sshd_key_t;
')
type $1_t, ssh_server;