1:5.8.1p1-3
[openssh.git] / debian / patches / selinux-build-failure.patch
1 Description: Fix SELinux build failure
2 Origin: other, https://bugzilla.mindrot.org/attachment.cgi?id=1991&action=diff
3 Author: Leonardo Chiqitto <leonardo@ngdn.org>
4 Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1851
5 Last-Update: 2011-02-05
6
7 Index: b/openbsd-compat/port-linux.c
8 ===================================================================
9 --- a/openbsd-compat/port-linux.c
10 +++ b/openbsd-compat/port-linux.c
11 @@ -226,7 +226,7 @@
12  
13         if (!ssh_selinux_enabled())
14                 return;
15 -       if (path == NULL)
16 +       if (path == NULL) {
17                 setfscreatecon(NULL);
18                 return;
19         }