Skip to content
Snippets Groups Projects
Commit e6f27898 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Explicitly added permissions that were previously granted through...

Explicitly added permissions that were previously granted through domain_deprecated. am: 15a1e0d4 am: 1bee3fd2
am: b969955d

* commit 'b969955d':
  Explicitly added permissions that were previously granted through domain_deprecated.
parents 2434e08a b969955d
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ set_prop(shell, powerctl_prop)
# Directory read access and file write access is already granted
# in domain.te.
allow shell debugfs:file r_file_perms;
allow shell debugfs:dir search;
allow shell atrace_exec:file rx_file_perms;
userdebug_or_eng(`
......@@ -113,3 +114,6 @@ allow shell self:process ptrace;
# bugs, so we want to ensure the shell user never has this
# capability.
neverallow shell file_type:file link;
# Allow access to ion memory allocation device.
allow shell ion_device:chr_file { open read };
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