Allow gnssd set gps property
avc: denied { write } for name="property_service" dev="tmpfs" ino=837 scontext=u:r:gnssd:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0 Bug: 320577795 Test: on-device Change-Id: I77c02d9754c8ccd66d8cc889fd361de0fc20e09d
This commit is contained in:
parent
5cb8b637f6
commit
3b682abda5
1 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,6 @@ get_prop(gnssd, bootanim_system_prop)
|
||||||
|
|
||||||
allow gnssd sysfs_soc:file r_file_perms;
|
allow gnssd sysfs_soc:file r_file_perms;
|
||||||
allow gnssd sysfs_gps:file rw_file_perms;
|
allow gnssd sysfs_gps:file rw_file_perms;
|
||||||
|
|
||||||
|
# Allow gnssd to set GPS property
|
||||||
|
set_prop(gnssd, vendor_gps_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue