Can someone say what TSYNC is? Googling it did not help me, lots of links, but none that said what it actually is.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1379020 http://lists.infradead.org/pipermail/linux-arm-kernel/2014-J...
seccomp ("secure computing") is an application sandboxing mechanism in the Linux kernel (since 2.6.12, 2005-03-08). 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.
http://en.wikipedia.org/wiki/Seccomp
Chrome uses seccomp to sandbox rendering subprocesses and the Adobe Flash Player.