android_device_samsung_msm8.../sepolicy/system_app.te
LuK1337 3c733e2cc6 msm8976-common: sepolicy: Address timekeep denials
Change-Id: I1f6b24c2586106535415a1913d9b6d6841bc8392
2019-01-18 23:22:57 +01:00

11 lines
299 B
Plaintext

allow system_app sysfs_mdnie:file rw_file_perms;
# TimeKeep Java service
allow system_app time_data_file:dir rw_dir_perms;
allow system_app time_data_file:file rw_file_perms;
allow system_app sysfs_rtc:dir search;
allow system_app sysfs_rtc:file r_file_perms;
set_prop(system_app, timekeep_prop)