aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/time_daemon.te
blob: 3896a0a2d21b459144b71d4fb418f9a7d7d74f7d (plain)
1
2
3
4
5
allow time_daemon sysfs_msm_subsys:dir search;
allow time_daemon sysfs_msm_subsys:file { getattr open read setattr };
allow time_daemon sysfs_soc:dir search;
allow time_daemon time_data_file:file { open read write };
allow time_daemon time_data_file:dir search;