Skip to content
Snippets Groups Projects
Commit 15a1e0d4 authored by Felipe Leme's avatar Felipe Leme
Browse files

Explicitly added permissions that were previously granted through

domain_deprecated.

BUG: 25965160
Change-Id: I586d082ef5fe49079cb0c4056f8e7b34fae48c03
parent 4367cf2d
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