-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 fluent-cap-ctl command to handle add/drop/get/clear capability operations #3162
Merged
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
cosmo0920
force-pushed
the
linux-capability-ctl
branch
from
November 10, 2020 08:25
fa89e68
to
89e34d0
Compare
Signed-off-by: Hiroshi Hatake <[email protected]>
cosmo0920
force-pushed
the
linux-capability-ctl
branch
from
November 13, 2020 06:23
89e34d0
to
be43311
Compare
cosmo0920
force-pushed
the
linux-capability-ctl
branch
from
November 16, 2020 02:01
0bfd905
to
42bf09d
Compare
Signed-off-by: Hiroshi Hatake <[email protected]>
cosmo0920
force-pushed
the
linux-capability-ctl
branch
from
November 16, 2020 02:12
42bf09d
to
6e91870
Compare
|
Signed-off-by: Hiroshi Hatake <[email protected]>
Hmm..., right. I'll remove |
How about other options? keep |
Signed-off-by: Hiroshi Hatake <[email protected]>
repeatedly
reviewed
Nov 17, 2020
repeatedly
approved these changes
Nov 17, 2020
Signed-off-by: Hiroshi Hatake <[email protected]>
I'll merge this PR after CIs are finishing. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jan 22, 2021
https://build.opensuse.org/request/show/865189 by user coolo + dimstar_suse updated to version 1.12.0 see installed CHANGELOG.md # v1.12 ## Release v1.12.0 - 2020/01/05 ### New feature * in_tail: Add `follow_inode` to support log rotation with wild card fluent/fluentd#2992 * in_tail: Handle linux capability fluent/fluentd#3155 fluent/fluentd#3162 * windows: Add win32 events alternative to unix signals fluent/fluentd#3131 ### Enhancement * buffer: Enable metadata comparison optimization on all platform fluent/fluentd#3095 * fluent-plugin-config-formatter: Handle `service_discovery` type fluent/fluentd#3178 * in_http: Add `add_query_params` parameter to add query par
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.
Please review #3155 first.
Which issue(s) this PR fixes:
None. Follows up #3155
What this PR does / why we need it:
Linux capability operation should be handled in Fluentd management command.
This should be unified interface to add/drop/get/clear operations for Ruby executables which are used to execute Fluentd supervisor and worker(s).
Docs Changes:
Needed.
I'll send a PR to describe this command.fluent/fluentd-docs-gitbook#249
Release Note:
Same as title.