Skip to content
Snippets Groups Projects
Commit c79301ef authored by Karan Singh Parmar's avatar Karan Singh Parmar Committed by kparmar
Browse files

location:slim_daemon require RW access to le-properties socket

Denials are required due to location libraries using le properties
api

Change-Id: I8bd902a96d57799660df186d885f298af1870b32
CRs-Fixed: 3695044
(cherry picked from commit 8db5ee0f)
parent 8edf477f
No related branches found
Tags v5.2.1
No related merge requests found
......@@ -120,6 +120,7 @@ sensor_dev_socket(slim_daemon_t)
sensor_configuration_access(slim_daemon_t)
allow slim_daemon_t { loc_hald_t lowi_server_t }:unix_dgram_socket sendto;
allow slim_daemon_t device_t:dir search;
leprop_rw_props(slim_daemon_t);
# IPC router
allow slim_daemon_t self:qipcrtr_socket create_socket_perms;
......
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