Print this page
uts: Allow for address space randomisation.
Randomise the base addresses of shared objects, non-fixed mappings, the
stack and the heap. Introduce a service, svc:/system/process-security,
and a tool psecflags(1) to control and observe it
@@ -304,10 +304,15 @@
Allows all that PRIV_PROC_PRIOUP allows. Allow a process to change
its scheduling class to any scheduling class, including the RT
class.
+ PRIV_PROC_SECFLAGS
+ Allow a process to manipulate the secflags of processes (subject
+ to, additionally, the ability to signal that process)
+
+
PRIV_PROC_SESSION
Allow a process to send signals or trace processes outside its
session.