Skip to content
Snippets Groups Projects
Commit f5a2353a authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

Allows nfc to access vr_manager_service


SELinux : avc:  denied  { find } for service=vrmanager pid=2364 uid=1027
scontext=u:r:nfc:s0 tcontext=u:object_r:vr_manager_service:s0
tclass=service_manager permissive=0

Test: manual
Bug: 35889571
Change-Id: If95bb5c286def99a0439b36a31b52fa9dfd4a2f4
Signed-off-by: default avatarRuchi Kandoi <kandoiruchi@google.com>
parent bf030965
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@ allow nfc radio_service:service_manager find;
allow nfc surfaceflinger_service:service_manager find;
allow nfc app_api_service:service_manager find;
allow nfc system_api_service:service_manager find;
allow nfc vr_manager_service:service_manager find;
# already open bugreport file descriptors may be shared with
# the nfc process, from a file in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment