Skip to content

Commit a1c1895

Browse files
committed
CHANGELOG: fix kernel version for open_tree(2)
The Markdown man-pages had an incorrect kernel version, resulting in this incorrect reference. All of the new mount API was added in 5.2. Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 432c95e commit a1c1895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7878
- Previously, the hardened procfs implementation (used internally within
7979
`Reopen` and `Open(at)InRoot`) only protected against overmount attacks on
8080
systems with `openat2(2)` (Linux 5.6) or systems with `fsopen(2)` or
81-
`open_tree(2)` (Linux 4.18) and programs with privileges to use them (with
81+
`open_tree(2)` (Linux 5.2) and programs with privileges to use them (with
8282
some caveats about locked mounts that probably affect very few users). For
8383
other users, an attacker with the ability to create malicious mounts (on most
8484
systems, a sysadmin) could trick you into operating on files you didn't

0 commit comments

Comments
 (0)