From c6c2070a9a2dff0c3aa17b1bbe97b84c70280a22 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 31 Jul 2015 11:50:02 -0700 Subject: P31XX: update SELinux Policy Change-Id: I043758b0ddb617240824695136133c7f4f1f1673 Todo: for gps.te - Label with gps_data_file, somehow this doesn't get relabeled at the moment. --- sepolicy/orientationd.te | 1 + 1 file changed, 1 insertion(+) (limited to 'sepolicy/orientationd.te') diff --git a/sepolicy/orientationd.te b/sepolicy/orientationd.te index 934f075..672c473 100644 --- a/sepolicy/orientationd.te +++ b/sepolicy/orientationd.te @@ -4,5 +4,6 @@ type orientationd_exec, exec_type, file_type; init_daemon_domain(orientationd) +allow orientationd input_device:chr_file { read write open ioctl }; allow orientationd input_device:dir { search read open }; allow orientationd self:process { execmem }; -- cgit v1.1