systemd, ssh: Crypto sysctl use.
Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
This commit is contained in:
parent
d6a676f0a6
commit
71b3fce22b
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user