commit | 3e4632943de29dc99a239a99da9b45527c8d9ae9 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Thu Sep 08 13:15:19 2016 +0100 |
committer | Janis Danisevskis <jdanis@google.com> | Fri Sep 30 10:18:00 2016 +0100 |
tree | 7a66eb45a58e320aa51a889e63d9fa066cf7e798 | |
parent | 6552138b9427d35255c4d7867e27cfb9dab3ba29 [diff] |
fix lax service context lookup Inform checkfc about new service label backend. Test: bullhead builds Bug: 31353148 Change-Id: I499da36108e67483a4f9a18fd8cc7c8f13419abd
diff --git a/tools/checkfc.c b/tools/checkfc.c index e7d19b0..8a28f3c 100644 --- a/tools/checkfc.c +++ b/tools/checkfc.c
@@ -346,7 +346,7 @@ break; case 's': mode = filemode_service_contexts; - backend = SELABEL_CTX_ANDROID_PROP; + backend = SELABEL_CTX_ANDROID_SERVICE; break; case 'h': default: