Please answer: what for execve limiting in GRSecurity?
Linux allow to limit resources used by a process (via /etc/security/limits.conf) , for example - a number of processes (nproc). But what is the goal of checking of limitations on resources with execve() calls (execve() doesn't create processes - so what to fear?)?
Sorry for bad English.