[][src]Module capctl::prctl

Structs

Secbits

Functions

get_dumpable

Get the "dumpable" flag for the current process.

get_keepcaps

Get the "keep capabilities" flag of the current thread.

get_name

Get the name of the current thread.

get_no_new_privs

Get the no-new-privileges flag of the current thread.

get_pdeathsig

Get the parent-death signal of the current process.

get_securebits

Get the "securebits" flags of the current thread.

get_subreaper

Get the "child subreaper" flag for the current process.

set_dumpable

Set the "dumpable" flag for the current process.

set_keepcaps

Set the "keep capabilities" flag of the current thread.

set_name

Set the name of the current thread.

set_no_new_privs

Enable the no-new-privileges flag on the current thread.

set_pdeathsig

Set the parent-death signal of the current process.

set_securebits

Set the "securebits" flags of the current thread.

set_subreaper

Set the "child subreaper" flag for the current process.