From d84f20b2009cd42e36471ac71b2bcbfec7190152 Mon Sep 17 00:00:00 2001
From: Alex Klyubin <klyubin@google.com>
Date: Mon, 10 Apr 2017 11:39:27 -0700
Subject: [PATCH] Apostrophe not permitted in macro parameters

Test: mmm system/sepolicy -- no warnings
Bug: 3716915
Change-Id: I76886c2d09a70cbe6dc707dd0599217407bb63f7
---
 public/domain.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/domain.te b/public/domain.te
index 74b25f775..2487419c6 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -133,7 +133,7 @@ full_treble_only(`
     allow domain vendor_file:lnk_file { getattr open read };
 
     # This is required to be able to search & read /vendor/lib64
-    # in order to lookup vendor libraries. The 'execute' permission
+    # in order to lookup vendor libraries. The execute permission
     # for coredomains is granted *only* for same process HALs
     allow domain vendor_file:dir { getattr search };
 
-- 
GitLab