diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-12 11:13:18 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-12 11:13:18 +0100 |
| commit | 31290a454159aae07cbacf2cbf51ef713a27d441 (patch) | |
| tree | f16752306a9e6397de74527867f634697ba17e63 /executor/syscalls.h | |
| parent | 4c04afaa19a16e90d8b495cc3795fd4ed21df4df (diff) | |
sys/linux: open more files from procfs
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 3b60cfaf4..f633386e7 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -3969,6 +3969,7 @@ const call_t syscalls[] = { {"openat$ppp", 295}, {"openat$proc_capi20", 295}, {"openat$proc_capi20ncci", 295}, + {"openat$procfs", 295}, {"openat$ptmx", 295}, {"openat$ptp0", 295}, {"openat$ptp1", 295}, @@ -4017,6 +4018,7 @@ const call_t syscalls[] = { {"openat$snapshot", 295}, {"openat$sr", 295}, {"openat$sw_sync", 295}, + {"openat$thread_pidfd", 295}, {"openat$trusty", 295}, {"openat$trusty_avb", 295}, {"openat$trusty_gatekeeper", 295}, @@ -7174,6 +7176,7 @@ const call_t syscalls[] = { {"openat$ppp", 257}, {"openat$proc_capi20", 257}, {"openat$proc_capi20ncci", 257}, + {"openat$procfs", 257}, {"openat$ptmx", 257}, {"openat$ptp0", 257}, {"openat$ptp1", 257}, @@ -7222,6 +7225,7 @@ const call_t syscalls[] = { {"openat$snapshot", 257}, {"openat$sr", 257}, {"openat$sw_sync", 257}, + {"openat$thread_pidfd", 257}, {"openat$trusty", 257}, {"openat$trusty_avb", 257}, {"openat$trusty_gatekeeper", 257}, @@ -10335,6 +10339,7 @@ const call_t syscalls[] = { {"openat$ppp", 322}, {"openat$proc_capi20", 322}, {"openat$proc_capi20ncci", 322}, + {"openat$procfs", 322}, {"openat$ptmx", 322}, {"openat$ptp0", 322}, {"openat$ptp1", 322}, @@ -10383,6 +10388,7 @@ const call_t syscalls[] = { {"openat$snapshot", 322}, {"openat$sr", 322}, {"openat$sw_sync", 322}, + {"openat$thread_pidfd", 322}, {"openat$trusty", 322}, {"openat$trusty_avb", 322}, {"openat$trusty_gatekeeper", 322}, @@ -13479,6 +13485,7 @@ const call_t syscalls[] = { {"openat$ppp", 56}, {"openat$proc_capi20", 56}, {"openat$proc_capi20ncci", 56}, + {"openat$procfs", 56}, {"openat$ptmx", 56}, {"openat$ptp0", 56}, {"openat$ptp1", 56}, @@ -13527,6 +13534,7 @@ const call_t syscalls[] = { {"openat$snapshot", 56}, {"openat$sr", 56}, {"openat$sw_sync", 56}, + {"openat$thread_pidfd", 56}, {"openat$trusty", 56}, {"openat$trusty_avb", 56}, {"openat$trusty_gatekeeper", 56}, @@ -16513,6 +16521,7 @@ const call_t syscalls[] = { {"openat$ppp", 5247}, {"openat$proc_capi20", 5247}, {"openat$proc_capi20ncci", 5247}, + {"openat$procfs", 5247}, {"openat$ptmx", 5247}, {"openat$ptp0", 5247}, {"openat$ptp1", 5247}, @@ -16561,6 +16570,7 @@ const call_t syscalls[] = { {"openat$snapshot", 5247}, {"openat$sr", 5247}, {"openat$sw_sync", 5247}, + {"openat$thread_pidfd", 5247}, {"openat$trusty", 5247}, {"openat$trusty_avb", 5247}, {"openat$trusty_gatekeeper", 5247}, @@ -19668,6 +19678,7 @@ const call_t syscalls[] = { {"openat$ppp", 286}, {"openat$proc_capi20", 286}, {"openat$proc_capi20ncci", 286}, + {"openat$procfs", 286}, {"openat$ptmx", 286}, {"openat$ptp0", 286}, {"openat$ptp1", 286}, @@ -19716,6 +19727,7 @@ const call_t syscalls[] = { {"openat$snapshot", 286}, {"openat$sr", 286}, {"openat$sw_sync", 286}, + {"openat$thread_pidfd", 286}, {"openat$trusty", 286}, {"openat$trusty_avb", 286}, {"openat$trusty_gatekeeper", 286}, |
