Skip to content

Commit 0db01fe

Browse files
committed
Fix seccomp
1 parent fad18cf commit 0db01fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seccomp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@
864864
},
865865
{
866866
"name": "prctl",
867-
"action": "SCMP_ACT_ERRNO",
867+
"action": "SCMP_ACT_ALLOW",
868868
"args": []
869869
},
870870
{

0 commit comments

Comments
 (0)