Explorar o código

Merge pull request #17299 from overleaf/jdt-clsi-allow-getrandom

Allow getrandom calls in CLSI

GitOrigin-RevId: 3fcb9239422e25456ef5211248aad4bcd2ec786f
Jimmy Domagala-Tang %!s(int64=2) %!d(string=hai) anos
pai
achega
683ea90f64
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      services/clsi/seccomp/clsi-profile.json

+ 5 - 0
services/clsi/seccomp/clsi-profile.json

@@ -6,6 +6,11 @@
         "SCMP_ARCH_X32"
     ],
     "syscalls": [
+        {
+          "name": "getrandom",
+          "action": "SCMP_ACT_ALLOW",
+          "args": []
+        },
         {
             "name": "access",
             "action": "SCMP_ACT_ALLOW",