Skip to content
Snippets Groups Projects
Commit 310e8a55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add neverallow rules to restrict reading radio_prop"

parents 829a88b7 52059055
No related branches found
No related tags found
No related merge requests found
...@@ -183,10 +183,19 @@ compatible_property_only(` ...@@ -183,10 +183,19 @@ compatible_property_only(`
exported3_default_prop exported3_default_prop
exported3_system_prop exported3_system_prop
-debug_prop -debug_prop
-fingerprint_prop
-logd_prop -logd_prop
-nfc_prop -nfc_prop
-powerctl_prop -powerctl_prop
-radio_prop -radio_prop
}:file no_rw_file_perms; }:file no_rw_file_perms;
neverallow {
domain
-coredomain
-appdomain
-rild
-vendor_init
} {
radio_prop
}:file no_rw_file_perms;
') ')
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