Merge "sepolicy: Allow platform app to access fingerprint HAL"

This commit is contained in:
qctecmdr
2019-08-09 08:32:33 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 2 additions and 2 deletions

View File

@@ -36,4 +36,6 @@ hal_client_domain(platform_app, hal_scve)
get_prop(platform_app, vendor_mpctl_prop)
#qspmhal
hal_client_domain(platform_app, hal_qspmhal)
#fingerprint
hal_client_domain(platform_app, hal_fingerprint)

View File

@@ -25,8 +25,6 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# allow system app to access fingerprint
hal_client_domain(system_app, hal_fingerprint)
#allow system_app access factory
hal_client_domain(system_app, vendor_hal_factory_qti);