Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ffcccc

/*  Code intended to run with elevated privileges   */

setuid(getuid());

/*  Code intended to run with lower privileges  */ 

...