Skip to main content

Module hard_rules

Module hard_rules 

Source
Expand description

Pre-defined access control decisions for common BIOS scenarios. These are static verdicts computed at compile time for zero-runtime-cost hard-coded policies.

Functionsยง

camera_deny
Camera access is always forbidden without explicit user permission.
microphone_consent_required
Microphone access is always forbidden during call without consent.
network_airplane_mode_deny
Network access is always forbidden when in airplane mode.