mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge dc0ba8ce9f into merged_master (Bitcoin PR bitcoin/bitcoin#24659)
This commit is contained in:
commit
f5d5d7a98e
1 changed files with 1 additions and 0 deletions
|
|
@ -592,6 +592,7 @@ public:
|
|||
allowed_syscalls.insert(__NR_getcwd); // get current working directory
|
||||
allowed_syscalls.insert(__NR_getdents); // get directory entries
|
||||
allowed_syscalls.insert(__NR_getdents64); // get directory entries
|
||||
allowed_syscalls.insert(__NR_linkat); // create relative to a directory file descriptor
|
||||
allowed_syscalls.insert(__NR_lstat); // get file status
|
||||
allowed_syscalls.insert(__NR_mkdir); // create a directory
|
||||
allowed_syscalls.insert(__NR_newfstatat); // get file status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue