Seccomp
Sign in to saveseccomp (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
- Official website
- code.google.com/p/seccompsandbox/wiki/overview
Show 4 more facts
- copyright license
- GNU General Public License
- operating system
- Linux
- inception
- 2005-03-08
- programmed in
- Q15777
Sources (1)
via Wikidata · CC0