aboutsummaryrefslogtreecommitdiffstats
path: root/executor/android/x86_system_policy.h
Commit message (Collapse)AuthorAgeFilesLines
* executor/android: updated x86 seccomp policyLiz Prucka2023-07-251-137/+135
| | | | | | | | | | The recent docker upgrade to debian `bookworm` caused x86_64 instances to fail in `pthread_create()` due to the android seccomp filter. On `bookworm`, `pthread_create()` calls `clone3()` and `set_robust_list()` which aren't on the seccomp filter (instead of `clone()`), which is. Added these calls to the seccomp policy.
* executor: added code to run Android with System accountAndrey Artemiev2022-07-191-0/+146