Skip to content
Snippets Groups Projects
Commit 09f01c5f authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Allow access to /dev/ion and proc_net dir.

am: 8666bf25

* commit '8666bf25':
  Allow access to /dev/ion and proc_net dir.
parents f6da64bf 8666bf25
No related branches found
No related tags found
No related merge requests found
...@@ -204,6 +204,8 @@ use_keystore({ appdomain -isolated_app }) ...@@ -204,6 +204,8 @@ use_keystore({ appdomain -isolated_app })
allow appdomain console_device:chr_file { read write }; allow appdomain console_device:chr_file { read write };
allow { appdomain -isolated_app } ion_device:chr_file rw_file_perms;
### ###
### CTS-specific rules ### CTS-specific rules
### ###
......
...@@ -23,6 +23,7 @@ allow domain self:process { ...@@ -23,6 +23,7 @@ allow domain self:process {
}; };
allow domain self:fd use; allow domain self:fd use;
allow domain proc:dir search; allow domain proc:dir search;
allow domain proc_net:dir search;
allow domain self:dir r_dir_perms; allow domain self:dir r_dir_perms;
allow domain self:lnk_file r_file_perms; allow domain self:lnk_file r_file_perms;
allow domain self:{ fifo_file file } rw_file_perms; allow domain self:{ fifo_file file } rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment