mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
- Added pre-run checks for greeter and setup commands to enforce policy restrictions - Created cli-policy.default.json to define blocked commands and user messages for immutable environments.
11 lines
265 B
JSON
11 lines
265 B
JSON
{
|
|
"policy_version": 1,
|
|
"blocked_commands": [
|
|
"greeter install",
|
|
"greeter enable",
|
|
"greeter sync",
|
|
"setup"
|
|
],
|
|
"message": "This command is disabled on immutable/image-based systems. Use your distro-native workflow for system-level changes."
|
|
}
|