/// Represents the privilege level of the current process.
/// Checks the privilege level of the current process.
///
/// * `true` if the process is running with root or SUID privileges.
/// * `false` if the process is running with standard user privileges.