Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/prebuilts/api/32.0/private/app_neverallows.te b/prebuilts/api/32.0/private/app_neverallows.te
- index c7fa4e8c5..45f6d99f8 100644
- --- a/prebuilts/api/32.0/private/app_neverallows.te
- +++ b/prebuilts/api/32.0/private/app_neverallows.te
- @@ -42,9 +42,6 @@ neverallow { all_untrusted_apps -mediaprovider } property_socket:sock_file write
- neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
- neverallow { all_untrusted_apps -mediaprovider } property_type:property_service set;
- -# net.dns properties are not a public API. Disallow untrusted apps from reading this property.
- -neverallow { all_untrusted_apps } net_dns_prop:file read;
- -
- # radio_cdma_ecm_prop properties are not a public API. Disallow untrusted apps from reading this property.
- neverallow { all_untrusted_apps } radio_cdma_ecm_prop:file read;
- diff --git a/prebuilts/api/32.0/private/domain.te b/prebuilts/api/32.0/private/domain.te
- index 78aaf55d6..7a583d8d9 100644
- --- a/prebuilts/api/32.0/private/domain.te
- +++ b/prebuilts/api/32.0/private/domain.te
- @@ -401,10 +401,6 @@ neverallow {
- -zygote
- } mirror_data_file:dir *;
- -# This property is being removed. Remove remaining access.
- -neverallow { domain -init -system_server -vendor_init } net_dns_prop:property_service set;
- -neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
- -
- # Only core domains are allowed to access package_manager properties
- neverallow { domain -init -system_server } pm_prop:property_service set;
- neverallow { domain -coredomain } pm_prop:file no_rw_file_perms;
- diff --git a/private/app_neverallows.te b/private/app_neverallows.te
- index c7fa4e8c5..45f6d99f8 100644
- --- a/private/app_neverallows.te
- +++ b/private/app_neverallows.te
- @@ -42,9 +42,6 @@ neverallow { all_untrusted_apps -mediaprovider } property_socket:sock_file write
- neverallow { all_untrusted_apps -mediaprovider } init:unix_stream_socket connectto;
- neverallow { all_untrusted_apps -mediaprovider } property_type:property_service set;
- -# net.dns properties are not a public API. Disallow untrusted apps from reading this property.
- -neverallow { all_untrusted_apps } net_dns_prop:file read;
- -
- # radio_cdma_ecm_prop properties are not a public API. Disallow untrusted apps from reading this property.
- neverallow { all_untrusted_apps } radio_cdma_ecm_prop:file read;
- diff --git a/private/domain.te b/private/domain.te
- index 78aaf55d6..7a583d8d9 100644
- --- a/private/domain.te
- +++ b/private/domain.te
- @@ -401,10 +401,6 @@ neverallow {
- -zygote
- } mirror_data_file:dir *;
- -# This property is being removed. Remove remaining access.
- -neverallow { domain -init -system_server -vendor_init } net_dns_prop:property_service set;
- -neverallow { domain -dumpstate -init -system_server -vendor_init } net_dns_prop:file read;
- -
- # Only core domains are allowed to access package_manager properties
- neverallow { domain -init -system_server } pm_prop:property_service set;
- neverallow { domain -coredomain } pm_prop:file no_rw_file_perms;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement