android_device_xiaomi_sdm66.../sepolicy/vendor/init.te
OdSazib 9a192b7de0
sdm660-common: sepolicy: Update sepolicy and cleanup
* Address some denials from android 11
* Fix video recording
* Sort in alphabetic order

Signed-off-by: OdSazib <odsazib@gmail.com>
2020-12-21 09:16:25 +06:00

13 lines
598 B
Text

allow init blkio_dev:file { create open read write };
allow init hwservicemanager:binder { call transfer };
allow init ipa_dev:chr_file open;
allow init ion_device:chr_file ioctl;
allow init property_socket:sock_file write;
allow init persist_block_device:lnk_file relabelto;
allow init sysfs_dm:file { open write };
allow init sysfs_info:file { open read };
allow init sysfs:file setattr;
allow init sysfs_graphics:file { open write };
allow init sysfs_battery_supply:file setattr;
allow init socket_device:sock_file { unlink setattr create };
allow init vendor_default_prop:property_service set;