From 3e4632943de29dc99a239a99da9b45527c8d9ae9 Mon Sep 17 00:00:00 2001 From: Janis Danisevskis <jdanis@google.com> Date: Thu, 8 Sep 2016 13:15:19 +0100 Subject: [PATCH] fix lax service context lookup Inform checkfc about new service label backend. Test: bullhead builds Bug: 31353148 Change-Id: I499da36108e67483a4f9a18fd8cc7c8f13419abd --- tools/checkfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checkfc.c b/tools/checkfc.c index e7d19b02b..8a28f3c13 100644 --- a/tools/checkfc.c +++ b/tools/checkfc.c @@ -346,7 +346,7 @@ int main(int argc, char **argv) break; case 's': mode = filemode_service_contexts; - backend = SELABEL_CTX_ANDROID_PROP; + backend = SELABEL_CTX_ANDROID_SERVICE; break; case 'h': default: -- GitLab