mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 444b6b342d into merged_master (Bitcoin PR bitcoin/bitcoin#24340)
This commit is contained in:
commit
df511d6388
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue