systemd, ssh: Crypto sysctl use.

Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
This commit is contained in:
Chris PeBenito 2022-01-03 21:17:56 +00:00 committed by Chris PeBenito
parent d6a676f0a6
commit 71b3fce22b
2 changed files with 3 additions and 0 deletions

View File

@ -339,6 +339,7 @@ allow ssh_keygen_t sshd_key_t:file manage_file_perms;
files_etc_filetrans(ssh_keygen_t, sshd_key_t, file)
kernel_read_kernel_sysctls(ssh_keygen_t)
kernel_read_crypto_sysctls(ssh_keygen_t)
kernel_dontaudit_getattr_proc(ssh_keygen_t)
kernel_dontaudit_read_system_state(ssh_keygen_t)

View File

@ -697,6 +697,8 @@ selinux_use_status_page(systemd_hw_t)
init_read_state(systemd_hw_t)
init_search_runtime(systemd_hw_t)
kernel_read_crypto_sysctls(systemd_hw_t)
seutil_read_config(systemd_hw_t)
seutil_read_file_contexts(systemd_hw_t)