| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | executor/android: updated x86 seccomp policy | Liz Prucka | 2023-07-25 | 1 | -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 account | Andrey Artemiev | 2022-07-19 | 1 | -0/+146 |
