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

Allow nfc application to set nfc property

type=1400 audit(1501520483.066:14): avc: denied { write } for pid=3330
comm=4173796E635461736B202331 name="property_service" dev="tmpfs"
ino=10749 scontext=u:r:nfc:s0 tcontext=u:object_r:property_socket:s0
tclass=sock_file permissive=0

Test: No sepolicy denials
Bug: 64010793
Change-Id: I8d73e8e19cd4d0a8c61f1f184820c53e5cc2b6d6
parent 5c41d40e
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ allow nfc app_api_service:service_manager find; ...@@ -26,6 +26,8 @@ allow nfc app_api_service:service_manager find;
allow nfc system_api_service:service_manager find; allow nfc system_api_service:service_manager find;
allow nfc vr_manager_service:service_manager find; allow nfc vr_manager_service:service_manager find;
set_prop(nfc, nfc_prop);
# already open bugreport file descriptors may be shared with # already open bugreport file descriptors may be shared with
# the nfc process, from a file in # the nfc process, from a file in
# /data/data/com.android.shell/files/bugreports/bugreport-*. # /data/data/com.android.shell/files/bugreports/bugreport-*.
......
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