Add 'poll' to clsi seccomp profile, fixes minted. Thanks, David.

This commit is contained in:
yu-i-i
2025-05-03 03:20:14 +02:00
parent b663e003bf
commit c8d3965da8

View File

@@ -844,13 +844,19 @@
"args": []
},
{
"name": "gettimeofday",
"action": "SCMP_ACT_ALLOW",
"args": []
}, {
"name": "epoll_pwait",
"action": "SCMP_ACT_ALLOW",
"args": []
"name": "gettimeofday",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "epoll_pwait",
"action": "SCMP_ACT_ALLOW",
"args": []
},
{
"name": "poll",
"action": "SCMP_ACT_ALLOW",
"args": []
}
]
}