Skip to content
Snippets Groups Projects
Commit 298a38ed authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

shell.te: Allow read access to system_file

am: 29b9532a

* commit '29b9532a':
  shell.te: Allow read access to system_file
parents cd47828c 29b9532a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ allow shell tty_device:chr_file rw_file_perms;
allow shell console_device:chr_file rw_file_perms;
allow shell input_device:dir r_dir_perms;
allow shell input_device:chr_file rw_file_perms;
r_dir_file(shell, system_file)
allow shell system_file:file x_file_perms;
allow shell toolbox_exec:file rx_file_perms;
allow shell shell_exec:file rx_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