Files
device_xiaomi_miatoll/sepolicy/vendor/timekeep_app.te
Roberto Sartori 6f042cb1c6 miatoll: Switch from time_daemon to TimeKeep
* time_daemon just refuses to work properly on mata.
    Sony's TimeKeep, instead, does the job flawlessly,
    so just ditch the former in favor of the latter.

Signed-off-by: Roberto Sartori <roberto.sartori.android@gmail.com>
Change-Id: I54f50ed3d49efc2834d478781b15e6ee428a3062
2023-08-17 04:52:48 +00:00

13 lines
363 B
Plaintext

type vendor_timekeep_app, domain;
app_domain(vendor_timekeep_app)
allow vendor_timekeep_app activity_service:service_manager find;
allow vendor_timekeep_app vendor_time_data_file:dir search;
allow vendor_timekeep_app vendor_time_data_file:file create_file_perms;
r_dir_file(vendor_timekeep_app, sysfs_rtc)
set_prop(vendor_timekeep_app, vendor_timekeep_prop)