Skip to content
EntityQ7442878· pop 7· linked from 248 articles

seccomp (short for secure computing) is a computer security facility in the Linux kernel. seccomp allows a process to make a one-way transition into a "secure" state where it cannot make any system calls except exit(), sigreturn(), read() and write() to already-open file descriptors. Should it attempt any other system calls, the kernel will either just log the event or terminate the process with SIGKILL or SIGSYS. In this sense, it does not virtualize the system's resources but isolates the process from them entirely.

Wikidata facts

Instance of
free software
Show 4 more facts
operating system
Linux
inception
2005-03-08
programmed in
Q15777
Sources (1)

via Wikidata · CC0

Available in 7 languages

via Wikidata sitelinks · CC0