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 621701 Details for
Bug 862812
libvirtError: internal error Cannot parse sensitivity level in SystemLow-SystemHigh
[?]
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]
Use getcon_raw
selinuxcontext.patch (text/plain), 434 bytes, created by
Laurent Bigonville
on 2012-10-04 15:35:54 UTC
(
hide
)
Description:
Use getcon_raw
Filename:
MIME Type:
Creator:
Laurent Bigonville
Created:
2012-10-04 15:35:54 UTC
Size:
434 bytes
patch
obsolete
>--- a/src/security/security_selinux.c >+++ b/src/security/security_selinux.c >@@ -111,7 +111,7 @@ virSecuritySELinuxMCSFind(virSecurityMan > char *sens, *cat, *tmp; > int catMin, catMax, catRange; > >- if (getcon(&ourSecContext) < 0) { >+ if (getcon_raw(&ourSecContext) < 0) { > virReportSystemError(errno, "%s", > _("Unable to get current process SELinux context")); > goto cleanup;
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 862812
: 621701