mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
18 lines
383 B
Text
18 lines
383 B
Text
type timekeep, domain, domain_deprecated;
|
|
type timekeep_exec, exec_type, file_type;
|
|
|
|
# Started by init
|
|
init_daemon_domain(timekeep)
|
|
|
|
allow timekeep self:capability {
|
|
fowner
|
|
fsetid
|
|
sys_time
|
|
dac_override
|
|
dac_read_search
|
|
};
|
|
|
|
allow timekeep time_data_file:file create_file_perms;
|
|
allow timekeep time_data_file:dir create_dir_perms;
|
|
|
|
set_prop(timekeep, timekeep_prop)
|