Browse Source

ssh_additional: allow unconfined shell domtrans

Helmut Pozimski 3 years ago
parent
commit
e13215c687
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ssh_additional.te

+ 3 - 1
ssh_additional.te

@@ -1,8 +1,10 @@
-policy_module(ssh_additional, 0.0.1)
+policy_module(ssh_additional, 0.0.2)
 
 require {
   type ssh_keygen_t;
+  type sshd_t;
 }
 
 miscfiles_read_localization(ssh_keygen_t)
+unconfined_shell_domtrans(sshd_t)