Allow getrandom calls in CLSI GitOrigin-RevId: 3fcb9239422e25456ef5211248aad4bcd2ec786f
@@ -6,6 +6,11 @@
"SCMP_ARCH_X32"
],
"syscalls": [
+ {
+ "name": "getrandom",
+ "action": "SCMP_ACT_ALLOW",
+ "args": []
+ },
{
"name": "access",
"action": "SCMP_ACT_ALLOW",