Skip to content
Snippets Groups Projects
Commit 3e463294 authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

fix lax service context lookup

Inform checkfc about new service label backend.

Test: bullhead builds

Bug: 31353148
Change-Id: I499da36108e67483a4f9a18fd8cc7c8f13419abd
parent 6552138b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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