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