Is my assumption true, that on Unix/Linux, the only way to GAIN root access is to execute a setuid-root file?
In other words, the system calls setuid()
, setgid()
are all about DROPPING privileges?
Please note that my question is not about exploits.