Merge "Camera: Add permission for Post Proc service" into sepolicy.lnx.6.0

This commit is contained in:
Linux Build Service Account
2019-09-24 00:43:26 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 6 additions and 1 deletions

View File

@@ -65,3 +65,6 @@ get_prop(hal_camera, vendor_adsprpc_prop)
# This is needed to access GPU
allow hal_camera_default gpu_device:chr_file rw_file_perms;
# Postproc Service
hal_attribute_hwservice(hal_camera, hal_camera_postproc_hwservice);

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2018, The Linux Foundation. All rights reserved.
# Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -42,3 +42,4 @@ type hal_qdutils_disp_hwservice, hwservice_manager_type;
type hal_display_color_hwservice, hwservice_manager_type;
type hal_display_postproc_hwservice, hwservice_manager_type;
type hal_capabilityconfigstore_qti_hwservice, hwservice_manager_type;
type hal_camera_postproc_hwservice, hwservice_manager_type;

View File

@@ -58,3 +58,4 @@ vendor.qti.hardware.tui_comm::ITuiComm u:object_r:hal_tui_
vendor.qti.hardware.qdutils_disp::IQdutilsDisp u:object_r:hal_qdutils_disp_hwservice:s0
android.hardware.media.c2::IConfigurable u:object_r:hal_codec2_hwservice:s0
vendor.qti.hardware.display.mapper::IQtiMapper u:object_r:hal_graphics_mapper_hwservice:s0
vendor.qti.hardware.camera.postproc::IPostProcService u:object_r:hal_camera_postproc_hwservice:s0