aboutsummaryrefslogtreecommitdiffstats
path: root/recovery.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-06-09 20:35:51 -0700
committerNick Kralevich <nnk@google.com>2014-06-09 20:36:59 -0700
commitf4e690285022ff80381d6e371d2e7747b6894fcd (patch)
tree0abc3485f8602c272b92a5a9a4c9cf46c33ee9eb /recovery.te
parenta8281adf994623c6e1404d3102915a93eb0b70aa (diff)
downloadandroid_external_sepolicy-f4e690285022ff80381d6e371d2e7747b6894fcd.tar.gz
android_external_sepolicy-f4e690285022ff80381d6e371d2e7747b6894fcd.tar.bz2
android_external_sepolicy-f4e690285022ff80381d6e371d2e7747b6894fcd.zip
recovery: don't use single quote
single quotes make the m4 parser think it's at the end of a block, and generates the following compile time warning: external/sepolicy/recovery.te:9:WARNING 'unrecognized character' at token ''' on line 7720: Change-Id: I2502f16f0d9ec7528ec0fc2ee65ad65635d0101b
Diffstat (limited to 'recovery.te')
-rw-r--r--recovery.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.te b/recovery.te
index 479f260..5958761 100644
--- a/recovery.te
+++ b/recovery.te
@@ -59,7 +59,7 @@ recovery_only(`
wakelock_use(recovery)
- # This line seems suspect, as it shouldn't really need to
+ # This line seems suspect, as it should not really need to
# set scheduling parameters for a kernel domain task.
allow recovery kernel:process setsched;
')