Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
7 lines
236 B
Text
7 lines
236 B
Text
allow shell eco_service:service_manager find;
|
|
|
|
# Allow access to the SJTAG kernel interface from the shell
|
|
userdebug_or_eng(`
|
|
allow shell vendor_sjtag_debugfs:dir r_dir_perms;
|
|
allow shell vendor_sjtag_debugfs:file rw_file_perms;
|
|
')
|