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 871493 Details for
Bug 1053485
Changing GID_MIN in login.defs prevents app creation
[?]
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]
possible patch
bz1053485.patch (text/plain), 1.20 KB, created by
Josep 'Pep' Turro Mauri
on 2014-03-06 14:35:30 UTC
(
hide
)
Description:
possible patch
Filename:
MIME Type:
Creator:
Josep 'Pep' Turro Mauri
Created:
2014-03-06 14:35:30 UTC
Size:
1.20 KB
patch
obsolete
>diff --git a/plugins/container/selinux/lib/openshift/runtime/containerization/selinux_container.rb b/plugins/container/selinux/lib/openshift/runtime/containerization/selinux_container.rb >index 7c14901..2a6931b 100644 >--- a/plugins/container/selinux/lib/openshift/runtime/containerization/selinux_container.rb >+++ b/plugins/container/selinux/lib/openshift/runtime/containerization/selinux_container.rb >@@ -52,9 +52,17 @@ module OpenShift > @container.uid = @container.gid = @container.next_uid > end > >+ cmd = %{groupadd -g #{@container.gid} \ >+ #{@container.uuid}} >+ out,err,rc = ::OpenShift::Runtime::Utils::oo_spawn(cmd) >+ raise ::OpenShift::Runtime::UserCreationException.new( >+ "ERROR: unable to create user group(#{rc}): #{cmd.squeeze(" ")} stdout: #{out} stderr: #{err}" >+ ) unless rc == 0 >+ > cmd = %{useradd -u #{@container.uid} \ > -d #{@container.container_dir} \ > -s #{@gear_shell} \ >+ -g #{@container.gid} \ > -c '#{@container.gecos}' \ > -m \ > -k #{@container.skel_dir} \
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 1053485
: 871493