Main index | Section 1 | Options |
Which execution parameter is changed, selected by the mandatory parameter mode. Possible values for mode are:
aslr | Control the Address Space Layout Randomization. Only applicable to the new process spawned. |
trace | Control the permission for debuggers to attach. Note that process is only allowed to enable tracing for itself, not for any other process. |
trapcap | |
Controls the signalling of capability mode access violations. | |
protmax | |
Controls the implicit PROT_MAX application for mmap(2). | |
nonewprivs | |
Controls disabling the setuid and sgid bits for execve(2). | |
wxmap | Controls the write exclusive execute mode for mappings. |
kpti | Controls the KPTI enable, AMD64 only. |
la48 | Control limiting usermode process address space to 48 bits of address, AMD64 only, on machines capable of 57-bit addressing. |
The control specifies if the selected mode should be enabled or disabled. Possible values are enable and disable, with the default value being enable if not specified. See procctl(2) for detailed description of each mode effects and interaction with other process control facilities.
The
proccontrol -m trace -s disable -p 1020
proccontrol -m trapcap uniq
proccontrol -m aslr -q -p 1020
PROCCONTROL (1) | September 2, 2021 |
Main index | Section 1 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.