Merge "sepolicy: IWlan QTIDATASERVICES"

This commit is contained in:
qctecmdr Service
2019-03-06 11:08:08 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 3 additions and 3 deletions

View File

@@ -31,17 +31,16 @@ app_domain(qtidataservices_app);
add_hwservice(qtidataservices_app, hal_cacert_hwservice)
hwbinder_use(qtidataservices_app)
get_prop(qtidataservices_app, cnd_prop)
allow qtidataservices_app { app_api_service activity_service }:service_manager find;
allow qtidataservices_app self:qipcrtr_socket create_socket_perms_no_ioctl;
allow qtidataservices_app radio_data_file:dir r_dir_perms;
allow qtidataservices_app hal_datafactory_hwservice:hwservice_manager find;
allow qtidataservices_app hal_iwlan_hwservice:hwservice_manager find;
allow qtidataservices_app radio_service:service_manager find;
allow qtidataservices_app sysfs_data:file r_file_perms;
binder_call(qtidataservices_app, cnd)
binder_call(qtidataservices_app, rild)
net_domain(qtidataservices_app)

View File

@@ -25,6 +25,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
binder_call(rild, vendor_per_mgr)
binder_call(rild, qtidataservices_app)
vndbinder_use(rild)