[PATCH v8 2/2] samples: add an example of seccomp user trap

Tycho Andersen tycho at tycho.ws
Tue Oct 30 02:05:07 UTC 2018


On Mon, Oct 29, 2018 at 11:31:00PM +0000, Serge E. Hallyn wrote:
> On Mon, Oct 29, 2018 at 04:40:31PM -0600, Tycho Andersen wrote:
> > +	if (req->data.nr != __NR_mount) {
> > +		fprintf(stderr, "huh? trapped something besides mknod? %d\n", req->data.nr);
> 
> 'besides mount' ?

Yes, thanks :)

Tycho


More information about the Containers mailing list