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 686856 Details for
Bug 896610
Start windows 7 guest - internal error cannot parse sensitivity level in s0
[?]
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]
patch to check for enforcing or permissive
0001-correctly-check-for-selinux-state-896610.patch (text/plain), 874 bytes, created by
Brian Lane
on 2013-01-24 17:03:13 UTC
(
hide
)
Description:
patch to check for enforcing or permissive
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2013-01-24 17:03:13 UTC
Size:
874 bytes
patch
obsolete
>From 708a135156b0e25c3e343b3eb3c4d7b6e517e276 Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Wed, 23 Jan 2013 15:50:45 -0800 >Subject: [PATCH] correctly check for selinux state (#896610) > >The check for selinux_enabled was incorrect. selinux is enabled >when in enforcing or permissive mode. >--- > imgcreate/kickstart.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/imgcreate/kickstart.py b/imgcreate/kickstart.py >index 41c97ee..a40d1e2 100644 >--- a/imgcreate/kickstart.py >+++ b/imgcreate/kickstart.py >@@ -563,4 +563,5 @@ def get_post_scripts(ks): > return scripts > > def selinux_enabled(ks): >- return ks.handler.selinux.selinux == ksconstants.SELINUX_ENFORCING >+ return ks.handler.selinux.selinux in (ksconstants.SELINUX_ENFORCING, >+ ksconstants.SELINUX_PERMISSIVE) >-- >1.8.0.2 >
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 896610
:
680298
|
680303
|
684955
|
684956
|
685194
|
685195
|
685684
| 686856