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 625015 Details for
Bug 858373
SELinux denials when packages create users/groups during live image creation with livecd-creator
[?]
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 for nocontexts
0001-add-nocontexts-for-selinux-858373.patch (text/plain), 751 bytes, created by
Brian Lane
on 2012-10-10 16:47:11 UTC
(
hide
)
Description:
patch for nocontexts
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2012-10-10 16:47:11 UTC
Size:
751 bytes
patch
obsolete
>From 362fa48c59666ce99c34e44c8a1fa8258bb70e1b Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Tue, 9 Oct 2012 13:19:05 -0700 >Subject: [PATCH] add nocontexts for selinux (#858373) > >We relabel everything after the install, so tell rpm not to use >selinux. >--- > imgcreate/yuminst.py | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/imgcreate/yuminst.py b/imgcreate/yuminst.py >index 97e5ecf..f753e8f 100644 >--- a/imgcreate/yuminst.py >+++ b/imgcreate/yuminst.py >@@ -79,6 +79,7 @@ class LiveCDYum(yum.YumBase): > conf += "reposdir=\n" > conf += "failovermethod=priority\n" > conf += "keepcache=1\n" >+ conf += "tsflags=nocontexts\n" > > f = file(confpath, "w+") > f.write(conf) >-- >1.7.11.4 >
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 858373
: 625015 |
659070