...
Code Block | ||
---|---|---|
| ||
/* Code intended to run with elevated privileges */
setuid(getuid());
/* Code intended to run with lower privileges */
|
...
...
Code Block | ||
---|---|---|
| ||
/* Code intended to run with elevated privileges */
setuid(getuid());
/* Code intended to run with lower privileges */
|
...