From fef8644f8d669ce444b45dd5f19b5091ca72ce3d Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 30 Nov 2017 15:39:43 -0800 Subject: [PATCH] Remove unnecessary restorecon. Now that creating a symlink in init automatically sets its context, we do not need to call restorecon manually. Bug: 69965807 Test: Booted device and tested wifi and camera. Change-Id: I0863198f2c2bfce79566b5320c7ef035698f3afb --- logd/logd.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/logd/logd.rc b/logd/logd.rc index 88042466b..bd303b72b 100644 --- a/logd/logd.rc +++ b/logd/logd.rc @@ -20,4 +20,3 @@ on fs " chown logd logd /dev/event-log-tags chmod 0644 /dev/event-log-tags - restorecon /dev/event-log-tags