Something went wrong on our end
-
Stephen Smalley authored
Change-Id: I04969ca94d27535b3cdcfad55f092f98592b22f7 Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
Stephen Smalley authoredChange-Id: I04969ca94d27535b3cdcfad55f092f98592b22f7 Signed-off-by:
Stephen Smalley <sds@tycho.nsa.gov>
watchdogd.te 477 B
# watchdogd seclabel is specified in init.<board>.rc
type watchdogd, domain;
allow watchdogd rootfs:file { entrypoint r_file_perms };
allow watchdogd self:capability mknod;
allow watchdogd device:dir { add_name write remove_name };
allow watchdogd watchdog_device:chr_file rw_file_perms;
# because of /dev/__kmsg__ and /dev/__null__
write_klog(watchdogd)
type_transition watchdogd device:chr_file null_device "__null__";
allow watchdogd null_device:chr_file { create unlink };