Loading sepolicy/adbd.te 0 → 100644 +1 −0 Original line number Diff line number Diff line set_prop(adbd, adbsecure_prop) sepolicy/property.te +1 −0 Original line number Diff line number Diff line type adbtcp_prop, property_type; type recovery_prop, property_type; type userinit_prop, property_type; type adbsecure_prop, property_type; sepolicy/property_contexts +1 −1 Original line number Diff line number Diff line adb.network.port u:object_r:adbtcp_prop:s0 recovery.perf.mode u:object_r:recovery_prop:s0 adb.secure u:object_r:recovery_prop:s0 ro.adb.secure u:object_r:adbsecure_prop:s0 cm.userinit.active u:object_r:userinit_prop:s0 sepolicy/sysinit.te +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ init_daemon_domain(sysinit) allow sysinit devpts:chr_file { rw_file_perms }; allow sysinit shell_exec:file { rx_file_perms }; allow sysinit system_file:file { rx_file_perms }; allow sysinit system_file:dir { r_dir_perms }; allow sysinit toolbox_exec:file { rx_file_perms }; allow sysinit self:process setcurrent; userdebug_or_eng(` Loading Loading
sepolicy/adbd.te 0 → 100644 +1 −0 Original line number Diff line number Diff line set_prop(adbd, adbsecure_prop)
sepolicy/property.te +1 −0 Original line number Diff line number Diff line type adbtcp_prop, property_type; type recovery_prop, property_type; type userinit_prop, property_type; type adbsecure_prop, property_type;
sepolicy/property_contexts +1 −1 Original line number Diff line number Diff line adb.network.port u:object_r:adbtcp_prop:s0 recovery.perf.mode u:object_r:recovery_prop:s0 adb.secure u:object_r:recovery_prop:s0 ro.adb.secure u:object_r:adbsecure_prop:s0 cm.userinit.active u:object_r:userinit_prop:s0
sepolicy/sysinit.te +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ init_daemon_domain(sysinit) allow sysinit devpts:chr_file { rw_file_perms }; allow sysinit shell_exec:file { rx_file_perms }; allow sysinit system_file:file { rx_file_perms }; allow sysinit system_file:dir { r_dir_perms }; allow sysinit toolbox_exec:file { rx_file_perms }; allow sysinit self:process setcurrent; userdebug_or_eng(` Loading