Skip to content
Snippets Groups Projects
Commit 52059055 authored by Jaekyun Seok's avatar Jaekyun Seok
Browse files

Add neverallow rules to restrict reading radio_prop

This CL will allow only specific components to read radio_prop.

Bug: 72459527
Test: tested with walleye
Change-Id: I6b6c90870987de976187ff675005c5d964b48cda
parent 6a60cb3e
Branches
Tags
No related merge requests found
......@@ -183,10 +183,19 @@ compatible_property_only(`
exported3_default_prop
exported3_system_prop
-debug_prop
-fingerprint_prop
-logd_prop
-nfc_prop
-powerctl_prop
-radio_prop
}: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.
Please register or to comment