Skip to content
Snippets Groups Projects
Commit 9d8e3ab6 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Fix warning in recovery.te

SELinux policy compiler complained about a quote inside the
recovery_only section of recovery.te. This section's contents are
inside quotes and thus can't contain quotes.

Test: mmm system/sepolicy produces no warnings
Bug: 33700679
Change-Id: I5bf943166f4f514d04472f7e59b025a9723eb1b8
parent b8bb1d4c
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ recovery_only(` ...@@ -92,7 +92,7 @@ recovery_only(`
# Start/stop adbd via ctl.start adbd # Start/stop adbd via ctl.start adbd
set_prop(recovery, ctl_default_prop) set_prop(recovery, ctl_default_prop)
# Read device's serial number from system properties # Read serial number of the device from system properties
get_prop(recovery, serialno_prop) get_prop(recovery, serialno_prop)
# Use setfscreatecon() to label files for OTA updates. # Use setfscreatecon() to label files for OTA updates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment