Skip to content
Snippets Groups Projects
Commit 193d1292 authored by William Roberts's avatar William Roberts Committed by Stephen Smalley
Browse files

Strengthen setenforce and setbool assertions

Change-Id: I58f15889c248b49f9e29028a3c0a86b4c950ff07
parent 15b3ceda
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ neverallow appdomain kmem_device:chr_file { read write };
# Setting SELinux enforcing status or booleans.
# Conditionally allowed to system_app for SEAndroidManager.
neverallow { appdomain -system_app } kernel:security { setenforce setbool };
neverallow { domain -unconfineddomain -system -system_app } kernel:security { setenforce setbool };
# Load security policy.
neverallow appdomain kernel:security load_policy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment