]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - openssh/patches/openssh-5.8p1-selinux.patch
kernel: Fixes on packaging the kernel.
[people/ms/ipfire-3.x.git] / openssh / patches / openssh-5.8p1-selinux.patch
1 diff -up openssh-5.8p1/openbsd-compat/port-linux.c.selinux openssh-5.8p1/openbsd-compat/port-linux.c
2 --- openssh-5.8p1/openbsd-compat/port-linux.c.selinux 2011-02-12 09:38:45.000000000 +0100
3 +++ openssh-5.8p1/openbsd-compat/port-linux.c 2011-02-12 09:39:10.000000000 +0100
4 @@ -213,7 +213,7 @@ ssh_selinux_setfscreatecon(const char *p
5
6 if (!ssh_selinux_enabled())
7 return;
8 - if (path == NULL)
9 + if (path == NULL) {
10 setfscreatecon(NULL);
11 return;
12 }