Skip to content
Snippets Groups Projects
Commit bca54e3e authored by Nick Kralevich's avatar Nick Kralevich
Browse files

drop untrusted_app exec_type getattr

SafetyNet is in the priv_app domain. Suppressing this
isn't necessary anymore.

Change-Id: Icbcb75d3b2ebde657bd16b336b252aaec4d0d252
parent 2c7a5f26
No related branches found
No related tags found
No related merge requests found
......@@ -84,10 +84,6 @@ userdebug_or_eng(`
# gdbserver for ndk-gdb ptrace attaches to app process.
allow untrusted_app self:process ptrace;
# Programs routinely attempt to scan through /system, looking
# for files. Suppress the denials when they occur.
dontaudit untrusted_app exec_type:file getattr;
# TODO: switch to meminfo service
allow untrusted_app proc_meminfo:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment