mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-22 06:32:38 +02:00
Remove gui-only syscalls
* Revert "util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)" This reverts commitf05a4cdf5a
. * Revert "util: add linkat to syscall sandbox (AllowFileSystem)" This reverts commit9809db3577
.
This commit is contained in:
@ -592,8 +592,6 @@ 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_inotify_rm_watch);// remove an existing watch from an inotify instance
|
||||
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
|
||||
|
Reference in New Issue
Block a user