conmon icon indicating copy to clipboard operation
conmon copied to clipboard

include the correct header for syscall definitions

Open eli-schwartz opened this issue 6 months ago • 3 comments

This file needs to utilize __NR_seccomp, which is defined in the linux uapi headers, not seccomp.h, even though seccomp.h does itself indirectly cause this header to be included as well.

Nothing else in this particular file needs seccomp.h so drop that include altogether since it's now entirely unused.

eli-schwartz avatar Apr 27 '25 20:04 eli-schwartz