Skip to content
Snippets Groups Projects
Commit a619ed8d authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Remove domain_deprecated from isolated_app am: 0b430aba

am: bbc91a35

* commit 'bbc91a35':
  Remove domain_deprecated from isolated_app

Change-Id: I3e96e3b1c12902eb42ef9426cec5275cd6c9443d
parents 1938ec54 bbc91a35
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,9 @@ allowxperm { appdomain -bluetooth } self:{ rawip_socket tcp_socket udp_socket }
allow { appdomain -isolated_app } ion_device:chr_file rw_file_perms;
# TODO: switch to meminfo service
allow appdomain proc_meminfo:file r_file_perms;
# For app fuse.
allow appdomain app_fuse_file:file { getattr read append write };
......
......@@ -9,7 +9,7 @@
### additional following rules:
###
type isolated_app, domain, domain_deprecated;
type isolated_app, domain;
app_domain(isolated_app)
# Access already open app data files received over Binder or local socket IPC.
......
......@@ -89,9 +89,6 @@ userdebug_or_eng(`
# gdbserver for ndk-gdb ptrace attaches to app process.
allow untrusted_app self:process ptrace;
# TODO: switch to meminfo service
allow untrusted_app proc_meminfo:file r_file_perms;
# access /proc/net/xt_qtguid/stats
r_dir_file(untrusted_app, proc_net)
......
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