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: Ruchi Kandoi <kandoiruchi@google.com>
This commit is contained in:
parent
bf030965f9
commit
f5a2353ae7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue