aboutsummaryrefslogtreecommitdiffstats
path: root/executor/android/x86_64_system_policy.h
Commit message (Collapse)AuthorAgeFilesLines
* executor/android: updated x86 seccomp policyLiz Prucka2023-07-251-101/+99
| | | | | | | | | | 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.
* pkg/csource: fix const sock_filterGeorge Kennedy2022-09-211-1/+1
| | | | | | const sock_filter needs to be const struct sock_filter Signed-off-by: George Kennedy <george.kennedy@oracle.com>
* executor: added code to run Android with System accountAndrey Artemiev2022-07-191-0/+110