Описание тега seccomp
'SecComp' is an abbreviation for Secure Computing Mode, a facility built into modern Linux kernels that can be used to constrain (irreversibly) what a program is allowed to do.
' SecComp' is an abbreviation for Secure Computing Mode, a facility built into modern Linux kernels that can be used to constrain (irreversibly) what a program is allowed to do.
In older kernels, the access was (only) via the prctl()
system call; since kernel 3.17, there is a separate seccomp()
system call that should be used in preference.