Skip to content
Snippets Groups Projects
Commit 1423005a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 43cd0cce: allow shell self:process ptrace;

* commit '43cd0cce':
  allow shell self:process ptrace;
parents b6229837 43cd0cce
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,9 @@ allow shell domain:process getattr; ...@@ -88,6 +88,9 @@ allow shell domain:process getattr;
allow shell bootchart_data_file:dir rw_dir_perms; allow shell bootchart_data_file:dir rw_dir_perms;
allow shell bootchart_data_file:file create_file_perms; allow shell bootchart_data_file:file create_file_perms;
# Make sure strace works for the non-privileged shell user
allow shell self:process ptrace;
# Do not allow shell to hard link to any files. # Do not allow shell to hard link to any files.
# In particular, if shell hard links to app data # In particular, if shell hard links to app data
# files, installd will not be able to guarantee the deletion # files, installd will not be able to guarantee the deletion
......
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