Function efivar::system

source ·
pub fn system() -> Box<dyn VarManager>
Expand description

Returns a VarManager that represents the firmware variables of the running system

Reading variables should not require extra permissions, but writing variables will.

The returned object will change the values stored in the system’s NVRAM. Please be cautious when using its methods.