diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 15:59:19 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 15:59:19 -0500 |
commit | 9cce9f8ce8d2624ac5fa1cf12d0b4b00de5bcde2 (patch) | |
tree | d8c241e4b36e4e7456f265a11682c1fdcfffc794 | |
parent | 5a41f1ef201def94392f06d3b294e5e0c2c8432f (diff) |
news typo fix
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ where you can voice concerns about removing it. This version changes the behavior of the checkpath helper to address CVE-2018-21269. on Linux systems, We require non-terminal symbolic links -to be owned by root. Since we can't do this on non-linux xystems, we do +to be owned by root. Since we can't do this on non-linux systems, we do not dereference non-terminal symbolic links by default. If you need them dereferenced, you should add the "-s" switch to the appropriate checkpath calls. |