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

am: 2d749d4b

* commit '2d749d4b':
  shell.te: Allow read access to system_file
parents e7595435 2d749d4b
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