Error: Seccomp notify not supported on container start

Installed snapd and lxd on a RHEL 8.6, however i cannot start the container. i get the following error:

Error: Seccomp notify not supported

How do i debug this issue?

Please can you show lxc config show <instance> --expanded and lxc info thanks

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