mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #17299 from overleaf/jdt-clsi-allow-getrandom
Allow getrandom calls in CLSI GitOrigin-RevId: 3fcb9239422e25456ef5211248aad4bcd2ec786f
This commit is contained in:
parent
5fcc7f63cd
commit
683ea90f64
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
"SCMP_ARCH_X32"
|
||||
],
|
||||
"syscalls": [
|
||||
{
|
||||
"name": "getrandom",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"name": "access",
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
|
|
Loading…
Reference in a new issue