Skip to content
Snippets Groups Projects
Commit 4641f672 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Unbreak build

ag/2106481 negatively interfered with ag/2106263...

Test: mmm system/sepolicy
Bug: 34454312
Change-Id: If3f5ef6696341ccfdd706350ec670f8426dac9c9
parent b866a957
No related branches found
No related tags found
No related merge requests found
...@@ -509,7 +509,8 @@ define(`add_service', ` ...@@ -509,7 +509,8 @@ define(`add_service', `
# others from adding it. # others from adding it.
define(`add_hwservice', ` define(`add_hwservice', `
allow $1 $2:hwservice_manager { add find }; allow $1 $2:hwservice_manager { add find };
neverallow { domain -$1 } $2:hwservice_manager add; # TODO(b/34454312): Uncomment the neverallow once issues on user builds are resolved
# neverallow { domain -$1 } $2:hwservice_manager add;
') ')
########################################## ##########################################
......
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