mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
- AppArmor profile management - Introduced `dms greeter uninstall` command to remove DMS greeter configuration and restore previous display manager. - Implemented AppArmor profile installation and uninstallation for enhanced security.
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"policy_version": 1,
|
|
"blocked_commands": [
|
|
"greeter install",
|
|
"greeter enable",
|
|
"greeter sync",
|
|
"greeter uninstall",
|
|
"setup"
|
|
],
|
|
"message": "This command is disabled on immutable/image-based systems. Use your distro-native workflow for system-level changes."
|
|
}
|