Skip to content
Snippets Groups Projects
Commit 043b9027 authored by Stephen Smalley's avatar Stephen Smalley Committed by Robert Craig
Browse files

Confine watchdogd, but leave it permissive for now.


Change-Id: If2285e927cb886956b3314dd18384145a1ebeaa9
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 1ed3caf7
No related branches found
No related tags found
No related merge requests found
# watchdogd seclabel is specified in init.<board>.rc # watchdogd seclabel is specified in init.<board>.rc
type watchdogd, domain; type watchdogd, domain;
unconfined_domain(watchdogd) permissive watchdogd;
allow watchdogd rootfs:file entrypoint; 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 };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment