Skip to content
Snippets Groups Projects
Commit b5e493d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use non-expanded types in prop neverallows" into pi-dev

parents d65f26f1 7745770b
Branches
Tags
No related merge requests found
...@@ -214,7 +214,7 @@ compatible_property_only(` ...@@ -214,7 +214,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
} { } {
bluetooth_prop bluetooth_prop
}:property_service set; }:property_service set;
...@@ -223,7 +223,7 @@ compatible_property_only(` ...@@ -223,7 +223,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
-vendor_init -vendor_init
} { } {
exported_bluetooth_prop exported_bluetooth_prop
...@@ -232,7 +232,7 @@ compatible_property_only(` ...@@ -232,7 +232,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
} { } {
wifi_prop wifi_prop
...@@ -241,7 +241,7 @@ compatible_property_only(` ...@@ -241,7 +241,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
-vendor_init -vendor_init
} { } {
...@@ -293,7 +293,7 @@ compatible_property_only(` ...@@ -293,7 +293,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
} { } {
bluetooth_prop bluetooth_prop
}:file no_rw_file_perms; }:file no_rw_file_perms;
...@@ -301,7 +301,7 @@ compatible_property_only(` ...@@ -301,7 +301,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
} { } {
wifi_prop wifi_prop
......
...@@ -214,7 +214,7 @@ compatible_property_only(` ...@@ -214,7 +214,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
} { } {
bluetooth_prop bluetooth_prop
}:property_service set; }:property_service set;
...@@ -223,7 +223,7 @@ compatible_property_only(` ...@@ -223,7 +223,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
-vendor_init -vendor_init
} { } {
exported_bluetooth_prop exported_bluetooth_prop
...@@ -232,7 +232,7 @@ compatible_property_only(` ...@@ -232,7 +232,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
} { } {
wifi_prop wifi_prop
...@@ -241,7 +241,7 @@ compatible_property_only(` ...@@ -241,7 +241,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
-vendor_init -vendor_init
} { } {
...@@ -293,7 +293,7 @@ compatible_property_only(` ...@@ -293,7 +293,7 @@ compatible_property_only(`
domain domain
-coredomain -coredomain
-bluetooth -bluetooth
-hal_bluetooth -hal_bluetooth_server
} { } {
bluetooth_prop bluetooth_prop
}:file no_rw_file_perms; }:file no_rw_file_perms;
...@@ -301,7 +301,7 @@ compatible_property_only(` ...@@ -301,7 +301,7 @@ compatible_property_only(`
neverallow { neverallow {
domain domain
-coredomain -coredomain
-hal_wifi -hal_wifi_server
-wificond -wificond
} { } {
wifi_prop wifi_prop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment