blob: 99ea2df3a27d328d01ab09b76a4be1dc47d3ecdd (
plain)
1
2
3
4
|
allow cnd { sysfs_msm_subsys sysfs_soc }:dir search;
allow cnd sysfs_msm_subsys:file { getattr open read setattr };
allow cnd system_data_file:dir read;
allow cnd system_data_file:file { getattr ioctl open read };
|