ssh_additional.te 164 B

12345678910
  1. policy_module(ssh_additional, 0.0.2)
  2. require {
  3. type ssh_keygen_t;
  4. type sshd_t;
  5. }
  6. miscfiles_read_localization(ssh_keygen_t)
  7. unconfined_shell_domtrans(sshd_t)