Method lrs::fs::Flags::no_set_id

Returns whether the filesystem is mounted without support for set-user-ID and set-group-ID executables.

Syntax

impl Flags {
    fn no_set_id(self) -> bool
}