Error: Seccomp notify not supported on container start

It seemed i had some of my configuration from ubuntu 22.04 that would not work on redhat:
I removed the following from my profile and then it worked:

    security.syscalls.intercept.mknod: "true"
    security.syscalls.intercept.setxattr: "true"

1 Like