Merge "sepolicy: allow init to tune f2fs"
diff --git a/private/netutils_wrapper.te b/private/netutils_wrapper.te
index fc01999..a773f96 100644
--- a/private/netutils_wrapper.te
+++ b/private/netutils_wrapper.te
@@ -36,6 +36,7 @@
 
 # suppress spurious denials
 dontaudit netutils_wrapper self:global_capability_class_set sys_resource;
+dontaudit netutils_wrapper sysfs_type:file read;
 
 # netutils wrapper may only use the following capabilities.
 neverallow netutils_wrapper self:global_capability_class_set ~{ net_admin net_raw };
diff --git a/public/hal_broadcastradio.te b/public/hal_broadcastradio.te
index 5653afa..84a2597 100644
--- a/public/hal_broadcastradio.te
+++ b/public/hal_broadcastradio.te
@@ -1,3 +1,4 @@
 binder_call(hal_broadcastradio_client, hal_broadcastradio_server)
+binder_call(hal_broadcastradio_server, hal_broadcastradio_client)
 
 hal_attribute_hwservice(hal_broadcastradio, hal_broadcastradio_hwservice)
diff --git a/public/property_contexts b/public/property_contexts
index 6845a70..3ac4673 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -377,3 +377,4 @@
 ro.surface_flinger.display_primary_green u:object_r:exported_default_prop:s0 exact string
 ro.surface_flinger.display_primary_blue u:object_r:exported_default_prop:s0 exact string
 ro.surface_flinger.display_primary_white u:object_r:exported_default_prop:s0 exact string
+ro.surface_flinger.protected_contents u:object_r:exported_default_prop:s0 exact bool