mirror of
https://github.com/Zygo/bees.git
synced 2025-08-02 22:03:29 +02:00
openat2: create a weak syscall wrapper for it
openat2 allows closing more TOCTOU holes, but we can only use it when the kernel supports it. This should disappear seamlessly when libc implements the function. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@@ -14,6 +14,7 @@ CRUCIBLE_OBJS = \
|
||||
fs.o \
|
||||
multilock.o \
|
||||
ntoa.o \
|
||||
openat2.o \
|
||||
path.o \
|
||||
process.o \
|
||||
string.o \
|
||||
|
Reference in New Issue
Block a user