aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/system_app.te1
-rw-r--r--sepolicy/system_server.te1
2 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te
index 9403029..e7eb608 100644
--- a/sepolicy/system_app.te
+++ b/sepolicy/system_app.te
@@ -1,5 +1,4 @@
allow system_app sysfs_thermal_writable:file rw_file_perms;
allow system_app sysfs_coretemp:file rw_file_perms;
-allow system_app sysfs_touchscreen:file rw_file_perms;
# TODO This looks dubious
allow system_app self:netlink_kobject_uevent_socket {create read bind connect getopt setopt shutdown};
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
index 2781be0..6cab4c3 100644
--- a/sepolicy/system_server.te
+++ b/sepolicy/system_server.te
@@ -18,3 +18,4 @@ allow system_server unlabeled:file { unlink };
allow system_server system_file:file execmod;
unix_socket_connect(system_server, sensorhubd, sensorhubd)
+allow system_server sysfs_touchscreen:file rw_file_perms;