10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
|
# gs_watchdogd seclabel is specified in init.<board>.rc
|
||
|
type gs_watchdogd, domain, coredomain;
|
||
|
type gs_watchdogd_exec, system_file_type, exec_type, file_type;
|
||
|
|
||
|
init_daemon_domain(gs_watchdogd)
|
||
|
|
||
|
allow gs_watchdogd watchdog_device:chr_file rw_file_perms;
|
||
|
allow gs_watchdogd kmsg_device:chr_file rw_file_perms;
|
||
|
allow gs_watchdogd sysfs:dir r_dir_perms;
|