Skip to content
Snippets Groups Projects
Commit 6322a329 authored by dcashman's avatar dcashman Committed by Daniel Cashman
Browse files

Revert " Add neverallow rule for set_context_mgr."

Fix build due to goldfish neverallow conflicts.

This reverts commit 76f3fe33.
parent 76f3fe33
No related branches found
No related tags found
No related merge requests found
...@@ -329,6 +329,3 @@ neverallow { domain -recovery } system_block_device:blk_file write; ...@@ -329,6 +329,3 @@ neverallow { domain -recovery } system_block_device:blk_file write;
# No domains other than install_recovery or recovery can write to recovery. # No domains other than install_recovery or recovery can write to recovery.
neverallow { domain -install_recovery -recovery } recovery_block_device:blk_file write; neverallow { domain -install_recovery -recovery } recovery_block_device:blk_file write;
# Only servicemanager should be able to register with binder as the context manager
neverallow { domain -servicemanager } *:binder set_context_mgr;
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