]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/openssh/patches/openssh-5.8p1-selinux.patch
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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 }