Seccomp
Use attributes for filter ! | |
Operating system | Linux |
---|---|
Written in | C |
License | GNU General Public License |
Date of Reg. | |
Date of Upd. | |
ID | 2611827 |
About Seccomp
seccomp 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.