Expand description
Code to adjust process-related parameters.
FunctionsΒ§
- enable_
process_ hardening - Enable process hardening, to make it harder for low-privilege users to extract information from Arti.
- exit_
if_ πroot - Check that we are not running as βrootβ.
- running_
as_ πroot - Return true if we seem to be running as root.
- sighup_
stream π - Return an async stream that reports an event whenever we get a
SIGHUPsignal. - use_
max_ file_ limit - Set our current maximum-file limit to a large value, if we can.