Files
device_xiaomi_sm6150-common/sepolicy/vendor/init.te
therealmharc 8b711231dc sm6150-common: initialize Evolution-X 10.x
- nuke dependencies (moved to device tree)
- decommonize BUILD_BROKEN_VENDOR_PROPERTY_NAMESPACE
- set EROFS for GMS builds and EXT4 for VANILLA builds
- set TARGET_USES_MIUI_CAMERA to true and migrate it to soong_config_set
- label bypass charging node

Signed-off-by: therealmharc <therealmharc@gmail.com>
2025-06-23 11:59:34 +00:00

9 lines
282 B
Plaintext

dontaudit init bt_firmware_file:filesystem getattr;
dontaudit init firmware_file:filesystem getattr;
allow init per_boot_file:file ioctl;
allowxperm init per_boot_file:file ioctl { F2FS_IOC_SET_PIN_FILE };
# input_suspend label
allow init sysfs_battery_supply:file rw_file_perms;