Replies: 2 comments
-
I set these syscall, is there any syscall affect podman? "syscalls": [
{
"names": [
"bind",
"close",
"connect",
"setsockopt",
"fcntl",
"_exit",
"exit_group",
"getpeername"
],
"action": "SCMP_ACT_NOTIFY" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as duplicated in #24969 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
podman run -it --rm --security-opt seccomp=$HOME/seccomp.json --runtime=runc iperf3 -s
when I execute this command, I found that it would always be stuck here
Maybe it’s because my user-mode decision program is not started?
Is there a way to make the decision program start after podman creates the container process?
Beta Was this translation helpful? Give feedback.
All reactions