Skip to content
Snippets Groups Projects
Commit abfe4353 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Merge "Add neverallow rules to restrict reading radio_prop" am: 310e8a55 am: c292460c

am: 77744c7b

Change-Id: Ib9e289140b87db94f39604c73ec22e34791c1d70
parents 19d940cb 77744c7b
No related branches found
No related tags found
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