commit | a0365006e36cc361e5380e65dc2aa8f26ef297de | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Thu Nov 30 15:39:43 2017 -0800 |
committer | Joel Galenson <jgalenson@google.com> | Thu Nov 30 15:39:43 2017 -0800 |
tree | 61f1b5a6884baaea80b1ca3008ad2a3f082ae46e | |
parent | 5d3383009c4ae6eacade476956924f83b6fe3a00 [diff] |
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
diff --git a/logd/logd.rc b/logd/logd.rc index 8804246..bd303b7 100644 --- a/logd/logd.rc +++ b/logd/logd.rc
@@ -20,4 +20,3 @@ " chown logd logd /dev/event-log-tags chmod 0644 /dev/event-log-tags - restorecon /dev/event-log-tags