Browse Source

ssh_additional: allow unconfined shell domtrans

Helmut Pozimski 3 năm trước cách đây
mục cha
commit
e13215c687
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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)