- prctl(+Option) is det
- Access to Linux process control operations. Defines values for
Option are:
- set_dumpable(+Boolean)
- Control whether the process is allowed to dump core. This
right is dropped under several uid and gid conditions.
- get_dumpable(-Boolean)
- Get the value of the dumpable flag.