1*e4a36f41SAndroid Build Coastguard Worker# Domain where the postinstall program runs during the update. 2*e4a36f41SAndroid Build Coastguard Worker# Extend the permissions in this domain to allow this program to access other 3*e4a36f41SAndroid Build Coastguard Worker# files needed by the specific device on your device's sepolicy directory. 4*e4a36f41SAndroid Build Coastguard Workertype postinstall, domain; 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