Comment 7 for bug 1891810

Revision history for this message
Steve Dodd (anarchetic) wrote : Re: Missing openat2 syscall, causes problems for fuse-overlayfs in nspawn containers

Attached is a trivial test case, needs to be run in a container by a container manager that uses seccomp for syscall filtering (e.g. nspawn.)

It should either silently succeed or print "openat2: Function not implemented" ; if seccomp combined with the container manager (e.g. nspawn) blocks the openat2 call, it will instead print "openat2: Operation not permitted."