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
This commit is contained in:
Joel Galenson 2017-11-30 15:39:43 -08:00
parent fa65396ca2
commit fef8644f8d

View file

@ -20,4 +20,3 @@ on fs
"
chown logd logd /dev/event-log-tags
chmod 0644 /dev/event-log-tags
restorecon /dev/event-log-tags