Linux standard definition of struct task_struct contains elements representing process' effective, permitted and inheritable capability sets as defined by POSIX 1003.6. These are of the type kernel_cap_t (linux/capability.h). LinSec did not alter these as changes made in linux/capability.h propagated automatically through the definition of kernel_cap_t.