diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:40:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:40:29 +0000 |
commit | a25ec0b132c44c9e341e08464ff830de06b81126 (patch) | |
tree | e20842d80f9e25cb6cf09525abea63f7bf655dd7 /openbsd-compat/port-linux.c | |
parent | 1b816ea846aca3ee89e7995373ace609e9518424 (diff) | |
parent | 70847d299887abb96f8703ca99db6d817b78960e (diff) |
import openssh-4.7p1-gsskex-20070927.patch
Diffstat (limited to 'openbsd-compat/port-linux.c')
-rw-r--r-- | openbsd-compat/port-linux.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c index 77f3a1c17..2f697e7d9 100644 --- a/openbsd-compat/port-linux.c +++ b/openbsd-compat/port-linux.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: port-linux.c,v 1.3 2006/09/01 05:38:41 djm Exp $ */ | 1 | /* $Id: port-linux.c,v 1.4 2007/06/27 22:48:03 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com> | 4 | * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com> |
@@ -79,6 +79,7 @@ ssh_selinux_getctxbyname(char *pwname) | |||
79 | case 0: | 79 | case 0: |
80 | error("%s: Failed to get default SELinux security " | 80 | error("%s: Failed to get default SELinux security " |
81 | "context for %s", __func__, pwname); | 81 | "context for %s", __func__, pwname); |
82 | break; | ||
82 | default: | 83 | default: |
83 | fatal("%s: Failed to get default SELinux security " | 84 | fatal("%s: Failed to get default SELinux security " |
84 | "context for %s (in enforcing mode)", | 85 | "context for %s (in enforcing mode)", |
@@ -115,6 +116,7 @@ ssh_selinux_setup_exec_context(char *pwname) | |||
115 | case 0: | 116 | case 0: |
116 | error("%s: Failed to set SELinux execution " | 117 | error("%s: Failed to set SELinux execution " |
117 | "context for %s", __func__, pwname); | 118 | "context for %s", __func__, pwname); |
119 | break; | ||
118 | default: | 120 | default: |
119 | fatal("%s: Failed to set SELinux execution context " | 121 | fatal("%s: Failed to set SELinux execution context " |
120 | "for %s (in enforcing mode)", __func__, pwname); | 122 | "for %s (in enforcing mode)", __func__, pwname); |