09b27c7109
For visibility Bug: 232023812 Test: N/A Change-Id: I0bc6dc568210b81ba1f52acb18afd4bcc454ea1c
13 lines
570 B
Text
13 lines
570 B
Text
# Domain used for su processes, as well as for adbd and adb shell
|
|
# after performing an adb root command.
|
|
|
|
# All types must be defined regardless of build variant to ensure
|
|
# policy compilation succeeds with userdebug/user combination at boot
|
|
type su, domain;
|
|
|
|
# File types must be defined for file_contexts.
|
|
type su_exec, system_file_type, exec_type, file_type;
|
|
|
|
# system/sepolicy/public is for vendor-facing type and attribute definitions.
|
|
# DO NOT ADD allow, neverallow, or dontaudit statements here.
|
|
# Instead, add such policy rules to system/sepolicy/private/*.te.
|