Skip to content

Commit 9be847d

Browse files
committed
in_tail: Add Linux capability description
* `CAP_DAC_READ_SEARCH` (`:dac_read_search` on `in_tail` code.) * `CAP_DAC_OVERRIDE` (`:dac_override` on `in_tail` code.) Signed-off-by: Hiroshi Hatake <cosmo0920.oucc@gmail.com>
1 parent bdd6ef6 commit 9be847d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/input/tail.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ restart. This position is recorded in the position file specified by the
5252

5353
See [Common Parameters](/configuration/plugin-common-parameters.md).
5454

55+
## Linux Capability
56+
57+
Currently, `in_tail` handles the following Linux cababilities if Fluentd's Linux capability handling module is enabled:
58+
59+
* `CAP_DAC_READ_SEARCH` (`:dac_read_search` on `in_tail` code.)
60+
* `CAP_DAC_OVERRIDE` (`:dac_override` on `in_tail` code.)
61+
62+
See also: [Linux capability](configuration/linux-capability.md)
5563

5664
### `@type` (required)
5765

0 commit comments

Comments
 (0)