xref: /aosp_15_r20/system/sepolicy/public/vendor_toolbox.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Worker# Toolbox installation for vendor binaries / scripts
2*e4a36f41SAndroid Build Coastguard Worker# Non-vendor processes are not allowed to execute the binary
3*e4a36f41SAndroid Build Coastguard Worker# and is always executed without transition.
4*e4a36f41SAndroid Build Coastguard Workertype vendor_toolbox_exec, exec_type, vendor_file_type, file_type;
5*e4a36f41SAndroid Build Coastguard Worker
6*e4a36f41SAndroid Build Coastguard Worker# system/sepolicy/public is for vendor-facing type and attribute definitions.
7*e4a36f41SAndroid Build Coastguard Worker# DO NOT ADD allow, neverallow, or dontaudit statements here.
8*e4a36f41SAndroid Build Coastguard Worker# Instead, add such policy rules to system/sepolicy/private/*.te.
9