We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d97523 + 7de9ae0 commit bcc04d2Copy full SHA for bcc04d2
policy/modules/services/ssh.fc
@@ -8,6 +8,9 @@ HOME_DIR/\.ssh(/.*)? gen_context(system_u:object_r:ssh_home_t,s0)
8
/usr/bin/ssh-keygen -- gen_context(system_u:object_r:ssh_keygen_exec_t,s0)
9
/usr/bin/sshd -- gen_context(system_u:object_r:sshd_exec_t,s0)
10
11
+/usr/libexec/ssh-keysign -- gen_context(system_u:object_r:ssh_keysign_exec_t,s0)
12
+/usr/libexec/sshd-auth -- gen_context(system_u:object_r:sshd_exec_t,s0)
13
+/usr/libexec/sshd-session -- gen_context(system_u:object_r:sshd_exec_t,s0)
14
/usr/lib/misc/sshd-auth -- gen_context(system_u:object_r:sshd_exec_t,s0)
15
/usr/lib/misc/sshd-session -- gen_context(system_u:object_r:sshd_exec_t,s0)
16
/usr/lib/openssh/ssh-keysign -- gen_context(system_u:object_r:ssh_keysign_exec_t,s0)
0 commit comments