]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-selinux.patch
- up to 5.5p1
[packages/openssh.git] / openssh-selinux.patch
1 --- openssh-4.4p1/openbsd-compat/port-linux.c.orig      2006-09-01 07:38:41.000000000 +0200
2 +++ openssh-4.4p1/openbsd-compat/port-linux.c   2006-10-05 10:21:21.445971000 +0200
3 @@ -42,7 +42,7 @@
4         static int enabled = -1;
5  
6         if (enabled == -1) {
7 -               enabled = is_selinux_enabled();
8 +               enabled = (is_selinux_enabled() > 0);
9                 debug("SELinux support %s", enabled ? "enabled" : "disabled");
10         }
11  
This page took 0.037039 seconds and 3 git commands to generate.