Files
vnt/vnt-cli/src/root_check/unix.rs
T

3 lines
79 B
Rust

pub fn is_app_elevated() -> bool {
sudo::RunningAs::Root == sudo::check()
}