Skip to content
Snippets Groups Projects
Commit b1eb9dff authored by Joel Galenson's avatar Joel Galenson Committed by android-build-merger
Browse files

Merge "Hide some denials."

am: 9935362c

Change-Id: Id65a9b5932b3c076ffa8ec189efe5877b12663f4
parents 8d56069a 9935362c
No related branches found
No related tags found
No related merge requests found
......@@ -124,3 +124,12 @@ unix_socket_connect(untrusted_app_all, traced_producer, traced)
# allow untrusted apps to use UDP sockets provided by the system server but not
# modify them other than to connect
allow untrusted_app_all system_server:udp_socket { connect getattr read recvfrom sendto write };
# This is allowed for targetSdkVersion <= 25 but disallowed on newer versions.
dontaudit untrusted_app_all net_dns_prop:file read;
# These have been disallowed since Android O.
# For P, we assume that apps are safely handling the denial.
dontaudit untrusted_app_all proc_stat:file read;
dontaudit untrusted_app_all proc_vmstat:file read;
dontaudit untrusted_app_all proc_uptime:file read;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment