diff options
author | 2019-08-01 12:20:04 -0500 | |
---|---|---|
committer | 2019-08-01 12:20:04 -0500 | |
commit | 097ca3e245200c4a4333964af59a106c42ff3bca (patch) | |
tree | 3e65c992b1391ec18e6fa0e4c00e0354c3338fc2 /ChangeLog.txt | |
parent | 996bead0d8503b9abd40b49e23cc308fc645e1ff (diff) | |
download | pseudo-097ca3e245200c4a4333964af59a106c42ff3bca.tar.gz pseudo-097ca3e245200c4a4333964af59a106c42ff3bca.tar.bz2 pseudo-097ca3e245200c4a4333964af59a106c42ff3bca.zip |
handle O_NOFOLLOW in flags for open/openat
Did you know that, similar to AT_SYMLINK_NOFOLLOW, there's
an O_NOFOLLOW available in flags for open/openat?
I didn't.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 81e3584..329b262 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-01: + * (seebs) Pass flags|O_NOFOLLOW on when resolving paths with openat. + 2019-05-15: * (RP) Add SDPX license headers to source files. |