From 393d548c07e417d2ac11fc654f5af3c9646f895d Mon Sep 17 00:00:00 2001 From: Tri Vo <trong@google.com> Date: Mon, 18 Sep 2017 16:13:37 -0700 Subject: [PATCH] Remove rild access to proc label. Bug: 65643247 Test: device boots without denials from rild to proc. Change-Id: I142a228347ef07266cb612e99c90fb5ec187988a --- public/rild.te | 1 - 1 file changed, 1 deletion(-) diff --git a/public/rild.te b/public/rild.te index 14420dffb..ee42e3804 100644 --- a/public/rild.te +++ b/public/rild.te @@ -39,7 +39,6 @@ allow rild self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl; # Access to wake locks wakelock_use(rild) -r_dir_file(rild, proc) r_dir_file(rild, proc_net) r_dir_file(rild, sysfs_type) r_dir_file(rild, system_file) -- GitLab