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 144869 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 run via xinetd and execcon already set, use that instead of calculating a new context
openssh-xinetd-MLS-kw4.diff (text/plain), 632 bytes, created by
Klaus Weidner
on 2007-01-04 23:56:58 UTC
(
hide
)
Description:
openssh patch: if run via xinetd and execcon already set, use that instead of calculating a new context
Filename:
MIME Type:
Creator:
Klaus Weidner
Created:
2007-01-04 23:56:58 UTC
Size:
632 bytes
patch
obsolete
>diff -ur 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 2007-01-03 19:18:13.000000000 -0600 >@@ -16,7 +16,17 @@ > int ret=-1; > char *seuser=NULL; > char *level=NULL; >+ extern int inetd_flag, rexeced_flag; > >+ /* If launched from xinetd, check if libselinux has already set a context, if yes use that */ >+ if (inetd_flag && !rexeced_flag) { >+ ret=getexeccon(&user_context); >+ if (ret == 0) { >+ debug("Using context provided by pam_selinux"); >+ return user_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