From bf2e48d67858ee8bd2e47f3e7d0ba24719b4dd12 Mon Sep 17 00:00:00 2001 From: Jibin Zhang Date: Sat, 18 Jan 2020 10:16:06 +0800 Subject: [PATCH] [ALPS04660540] SIM:Allow factory to access AOSP property Add SELINUX permission to allow factory to access AOSP property MTK-Commit-Id: c97b48cc3d6e3975d417fad03a5f0db5d0d84f99 Change-Id: Ib01f0792bfb4110aff7cba60d0ee7ddf6de6b391 CR-Id: ALPS04660540 Feature: SIM --- non_plat/factory.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/non_plat/factory.te b/non_plat/factory.te index 6aecbdb..e086cde 100644 --- a/non_plat/factory.te +++ b/non_plat/factory.te @@ -389,3 +389,6 @@ allow factory exported3_radio_prop:file { read open getattr }; allow factory vendor_nfc_socket:dir { write add_name remove_name search }; allow factory vendor_nfc_socket:sock_file { create write unlink setattr }; +# Allow to get AOSP property +get_prop(factory, exported3_radio_prop); +