Skip to content

Commit bcc04d2

Browse files
authored
Merge pull request #1032 from airtower-luna/ssh-libexec
ssh: set file context for default locations of split binaries
2 parents 4d97523 + 7de9ae0 commit bcc04d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

policy/modules/services/ssh.fc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ HOME_DIR/\.ssh(/.*)? gen_context(system_u:object_r:ssh_home_t,s0)
88
/usr/bin/ssh-keygen -- gen_context(system_u:object_r:ssh_keygen_exec_t,s0)
99
/usr/bin/sshd -- gen_context(system_u:object_r:sshd_exec_t,s0)
1010

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)
1114
/usr/lib/misc/sshd-auth -- gen_context(system_u:object_r:sshd_exec_t,s0)
1215
/usr/lib/misc/sshd-session -- gen_context(system_u:object_r:sshd_exec_t,s0)
1316
/usr/lib/openssh/ssh-keysign -- gen_context(system_u:object_r:ssh_keysign_exec_t,s0)

0 commit comments

Comments
 (0)