Skip to content

Commit 7e448af

Browse files
authored
Merge pull request #401 from felix-seifert/felix-seifert/fix-grammar
Increase readability through fixing minor mistakes
2 parents 8ec581b + 0a25a0e commit 7e448af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation/before-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ These kernel options were originally taken from the presentation [How Netflix Tu
6161

6262
Fluentd sometimes uses predictable paths for dumping, writing files, and so on. This default settings for the protections are in `/etc/sysctl.d/10-link-restrictions.conf`, or `/usr/lib/sysctl.d/50-default.conf` or elsewhere.
6363

64-
For symlink attack protection, check the following parameters are set up as `1`:
64+
For symlink attack protection, check the following parameters are set to `1`:
6565

6666
```text
6767
fs.protected_hardlinks = 1
6868
fs.protected_symlinks = 1
6969
```
7070

71-
This settings are almost enough for time-of-check to time-of-use (TOCTOU, TOCTTOU or TOC/TOU) which are class of software bugs.
71+
This settings are almost enough for time-of-check to time-of-use (TOCTOU, TOCTTOU or TOC/TOU) which are a class of software bugs.
7272

73-
If you turned off these protections, please turn on them.
73+
If you turned off these protections, please turn them on.
7474

7575
Use `sysctl -p` command or reboot your node for the changes to take effect.
7676

0 commit comments

Comments
 (0)