Merge 444b6b342d into merged_master (Bitcoin PR bitcoin/bitcoin#24340)

This commit is contained in:
Byron Hambly 2023-06-30 17:18:52 +00:00
commit df511d6388

View file

@ -600,6 +600,7 @@ public:
allowed_syscalls.insert(__NR_statfs); // get filesystem statistics
allowed_syscalls.insert(__NR_statx); // get file status (extended)
allowed_syscalls.insert(__NR_unlink); // delete a name and possibly the file it refers to
allowed_syscalls.insert(__NR_unlinkat); // delete relative to a directory file descriptor
}
void AllowFutex()