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

am: 298a38ed

* commit '298a38ed':
  shell.te: Allow read access to system_file
parents 1484b0c3 298a38ed
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; ...@@ -52,6 +52,7 @@ allow shell tty_device:chr_file rw_file_perms;
allow shell console_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:dir r_dir_perms;
allow shell input_device:chr_file rw_file_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 system_file:file x_file_perms;
allow shell toolbox_exec:file rx_file_perms; allow shell toolbox_exec:file rx_file_perms;
allow shell shell_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.
Please register or to comment