Skip to content
Snippets Groups Projects
Commit bbc91a35 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

* commit '0b430aba':
  Remove domain_deprecated from isolated_app

Change-Id: Ie0148c1f19f16bf25425df47abfba49b2797e9ba
parents 239e4558 0b430aba
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,9 @@ allow appdomain console_device:chr_file { read write }; ...@@ -205,6 +205,9 @@ allow appdomain console_device:chr_file { read write };
allow { appdomain -isolated_app } ion_device:chr_file rw_file_perms; 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. # For app fuse.
allow appdomain app_fuse_file:file { getattr read append write }; allow appdomain app_fuse_file:file { getattr read append write };
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
### additional following rules: ### additional following rules:
### ###
type isolated_app, domain, domain_deprecated; type isolated_app, domain;
app_domain(isolated_app) app_domain(isolated_app)
# Access already open app data files received over Binder or local socket IPC. # Access already open app data files received over Binder or local socket IPC.
......
...@@ -84,9 +84,6 @@ userdebug_or_eng(` ...@@ -84,9 +84,6 @@ userdebug_or_eng(`
# gdbserver for ndk-gdb ptrace attaches to app process. # gdbserver for ndk-gdb ptrace attaches to app process.
allow untrusted_app self:process ptrace; 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 # access /proc/net/xt_qtguid/stats
r_dir_file(untrusted_app, proc_net) r_dir_file(untrusted_app, proc_net)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment