diff options
Diffstat (limited to 'recipes-security/refpolicy/refpolicy-git/0011-fc-ssh-apply-policy-to-ssh-alternatives.patch')
-rw-r--r-- | recipes-security/refpolicy/refpolicy-git/0011-fc-ssh-apply-policy-to-ssh-alternatives.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-security/refpolicy/refpolicy-git/0011-fc-ssh-apply-policy-to-ssh-alternatives.patch b/recipes-security/refpolicy/refpolicy-git/0011-fc-ssh-apply-policy-to-ssh-alternatives.patch deleted file mode 100644 index ab81b31..0000000 --- a/recipes-security/refpolicy/refpolicy-git/0011-fc-ssh-apply-policy-to-ssh-alternatives.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From c7002e990710f83763a1481ddaa56a1f658defee Mon Sep 17 00:00:00 2001 | ||
2 | From: Joe MacDonald <joe_macdonald@mentor.com> | ||
3 | Date: Fri, 29 Mar 2019 09:20:58 -0400 | ||
4 | Subject: [PATCH 11/34] fc/ssh: apply policy to ssh alternatives | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||
9 | --- | ||
10 | policy/modules/services/ssh.fc | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/policy/modules/services/ssh.fc b/policy/modules/services/ssh.fc | ||
14 | index 4ac3e733..1f453091 100644 | ||
15 | --- a/policy/modules/services/ssh.fc | ||
16 | +++ b/policy/modules/services/ssh.fc | ||
17 | @@ -4,6 +4,7 @@ HOME_DIR/\.ssh(/.*)? gen_context(system_u:object_r:ssh_home_t,s0) | ||
18 | /etc/ssh/ssh_host.*_key -- gen_context(system_u:object_r:sshd_key_t,s0) | ||
19 | |||
20 | /usr/bin/ssh -- gen_context(system_u:object_r:ssh_exec_t,s0) | ||
21 | +/usr/bin/ssh\.openssh -- gen_context(system_u:object_r:ssh_exec_t,s0) | ||
22 | /usr/bin/ssh-agent -- gen_context(system_u:object_r:ssh_agent_exec_t,s0) | ||
23 | /usr/bin/ssh-keygen -- gen_context(system_u:object_r:ssh_keygen_exec_t,s0) | ||
24 | /usr/bin/sshd -- gen_context(system_u:object_r:sshd_exec_t,s0) | ||
25 | -- | ||
26 | 2.19.1 | ||
27 | |||