Bugzilla – Attachment 1313 Details for
Bug 1325
SELinux support broken when SELinux is in permissive mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add missing break statements
openssh.selinux-permissive.diff (text/plain), 715 bytes, created by
Colin Watson
on 2007-06-28 02:54:13 AEST
(
hide
)
Description:
add missing break statements
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2007-06-28 02:54:13 AEST
Size:
715 bytes
patch
obsolete
>--- openbsd-compat/port-linux.c 12 Jun 2007 17:14:26 -0000 >+++ openbsd-compat/port-linux.c 27 Jun 2007 16:53:02 -0000 >@@ -96,6 +96,7 @@ ssh_selinux_getctxbyname(char *pwname) > case 0: > error("%s: Failed to get default SELinux security " > "context for %s", __func__, pwname); >+ break; > default: > fatal("%s: Failed to get default SELinux security " > "context for %s (in enforcing mode)", >@@ -132,6 +133,7 @@ ssh_selinux_setup_exec_context(char *pwn > case 0: > error("%s: Failed to set SELinux execution " > "context for %s", __func__, pwname); >+ break; > default: > fatal("%s: Failed to set SELinux execution context " > "for %s (in enforcing mode)", __func__, pwname);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1325
: 1313