diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index e7e9dd010b..084354b15c 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/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",