Disable SELinux and requiretty#12
Closed
apporc wants to merge 4 commits intoopenstack:masterfrom
apporc:master
Closed
Disable SELinux and requiretty#12apporc wants to merge 4 commits intoopenstack:masterfrom apporc:master
apporc wants to merge 4 commits intoopenstack:masterfrom
apporc:master
Conversation
|
+1, this just broke for me. |
|
Thank you for contributing to OpenStack! openstack-dev/devstack uses Gerrit for code review. Please visit http://wiki.openstack.org/GerritWorkflow and follow the instructions there to upload your change to Gerrit. |
|
disableing selinux all together is IMHO not a solution. Atleast you could disable selinux for the file that runs this command ONLY - by running something like: Or if this script is ONLY going to be run once - you could use chcon and thus not make a temporary file permission change only. |
t-lin
referenced
this pull request
in t-lin/devstack
Jun 21, 2013
modified stack.sh to support RBAC for Janus and Whale.
noelbk
pushed a commit
to noelbk/devstack
that referenced
this pull request
Nov 20, 2013
Missing sudo's
dtroyer
added a commit
to dtroyer/devstack
that referenced
this pull request
Dec 20, 2018
Enable ovs on Clearlinux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With SELinux in Enforcing state, "useradd -g stack -s /bin/bash -d $DEST -m stack " will report error "Permission Denied to mkdir $DEST", and because this is in a developing environment, i think it ok to set SELinux Permissive;
With "Default requiretty " enabled in /etc/sudoers , when i run stack.sh with root, script reports "sudo: sorry, you must have a tty to run sudo". And this is enabled in fedora by default.