-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add enable capabilities to itk #1687
Merged
david22swan
merged 3 commits into
puppetlabs:master
from
MiamiOH:add_enable_capabilities_to_itk
Dec 20, 2017
Merged
Add enable capabilities to itk #1687
david22swan
merged 3 commits into
puppetlabs:master
from
MiamiOH:add_enable_capabilities_to_itk
Dec 20, 2017
Conversation
This file contains 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
3d64dcc
to
24ea9ce
Compare
24ea9ce
to
48039ac
Compare
|
Any comment on this? |
|
@edestecd apologies for the wait. If you could alter the readme to match your changes I would be happy to merge. |
|
oops. I did miss the docs. I'll update |
|
@david22swan doc added! |
|
hmm, not really sure whats up with the tests. Looks like a network issue |
|
The error has appeared on other pull requests and is unrelated to yours specifically. |
|
Will return to your PR as soon as it is solved. |
cegeka-jenkins
pushed a commit
to cegeka/puppet-apache
that referenced
this pull request
Jul 15, 2020
…es_to_itk Add enable capabilities to itk
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.
Recently epel has updated the mod_itk package for RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=1432881
They have compiled with Linux capabilities support, which is enabled by default.
This breaks many existing setups that were using nfs etc that does not support Linux capabilities.
This adds the ability to turn off Linux capabilities and restore functionality on these setups.