Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144326 Details for
Bug 220487
LSPP: ssh not usable when labeled networking active
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
openssh patch: if execcon already set, use that instead of recalculating it
openssh-xinetd-MLS-kw3.diff (text/plain), 594 bytes, created by
Klaus Weidner
on 2006-12-23 03:45:58 UTC
(
hide
)
Description:
openssh patch: if execcon already set, use that instead of recalculating it
Filename:
MIME Type:
Creator:
Klaus Weidner
Created:
2006-12-23 03:45:58 UTC
Size:
594 bytes
patch
obsolete
>diff -urp openssh-4.3p2/selinux.c openssh-4.3p2-kw/selinux.c >--- openssh-4.3p2/selinux.c 2006-12-21 07:13:41.000000000 -0600 >+++ openssh-4.3p2-kw/selinux.c 2006-12-21 07:32:23.000000000 -0600 >@@ -17,6 +17,14 @@ static const security_context_t selinux_ > char *seuser=NULL; > char *level=NULL; > >+ /* First, check if libselinux has already set a context, if yes use that */ >+ ret=getexeccon(&user_context); >+ if (ret == 0) { >+ debug("Using context provided by pam_selinux"); >+ return user_context; >+ } >+ >+ /* If none set, pick a context. */ > if (the_authctxt) > role=the_authctxt->role; >
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
Actions:
View
|
Diff
Attachments on
bug 220487
:
144235
|
144260
|
144261
|
144314
|
144321
|
144325
|
144326
|
144865
|
144869
|
144870
|
144876
|
145433