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.