From d22efb80e1bd1aea3710041fd6cd9b0dfd808149 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Thu, 27 Nov 2014 22:54:43 +0000 Subject: selinux: Fix healthd's access to /dev nodes Our healthd's support for power-on alarms adds some steps that imply reading files its user doesn't own. Let it. Change-Id: I3d4735aaab8fbec7acc460f812bc21f1dfa516ab --- sepolicy/healthd.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 sepolicy/healthd.te (limited to 'sepolicy/healthd.te') diff --git a/sepolicy/healthd.te b/sepolicy/healthd.te new file mode 100644 index 00000000..4711cf5c --- /dev/null +++ b/sepolicy/healthd.te @@ -0,0 +1 @@ +allow healthd self:capability { dac_override dac_read_search }; -- cgit v1.2.3