Files
device_motorola_sm6375-common/sepolicy/vendor/init.te
Michael Bestas cc49c72b58 sm6375-common: sepolicy: Remove unused/incorrect vibrator policies
Change-Id: Icea4523870a36fcf15cf7c8ff8b0643af00af8d4
2025-05-02 01:04:18 +03:00

27 lines
663 B
Plaintext

# Super modem mounting
allow fsg_file self:filesystem associate;
allow init fsg_file:dir mounton;
allow init fsg_file:filesystem { getattr mount relabelfrom unmount };
allow init firmware_file:filesystem unmount;
# debugfs
allow init debugfs_tracing_debug:dir mounton;
# Allow init to access loop devices
allow init loop_device:blk_file { create setattr unlink };
allowxperm init loop_device:blk_file ioctl {
LOOP_GET_STATUS64
LOOP_GET_STATUS
LOOP_SET_STATUS64
LOOP_SET_STATUS
BLKFLSBUF
};
# Product persist
allow init mnt_product_file:dir mounton;
recovery_only(`
allow init self:capability sys_module;
allow init rootfs:system module_load;
')