Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   seccomp    ( 2 )

работать с состоянием безопасных вычислений процесса (operate on Secure Computing state of the process)

  Name  |  Synopsis  |  Description  |    Return value    |  Error  |  Versions  |  Conforming to  |  Note  |  Examples  |  See also  |

Возвращаемое значение (Return value)

On success, seccomp() returns 0.  On error, if
       SECCOMP_FILTER_FLAG_TSYNC was used, the return value is the ID of
       the thread that caused the synchronization failure.  (This ID is
       a kernel thread ID of the type returned by clone(2) and
       gettid(2).)  On other errors, -1 is returned, and errno is set to
       indicate the error.