From 3607af54ca48c8a145a97bab0cf5012d45ade555 Mon Sep 17 00:00:00 2001 From: kleidione Freitas Date: Sun, 6 Mar 2022 11:57:51 -0300 Subject: veux: Import XiaomiParts from sm8250 Credits: https://github.com/xiaomi-sm8250-devs/android_device_xiaomi_sm8250-common - Adapte to pixelexperiece - Drop doze - Drop fod and pop camera - Add Clear speaker - Adapte SEPolicy credis: [Sebastiano Barezzi, Chenyang Zhong] Co-authored-by: Sebastiano Barezzi Co-authored-by: Adithya R Co-authored-by: kubersharma001 Co-authored-by: TheScarastic Co-authored-by: Joey Signed-off-by: kleidione --- sepolicy/public/devicesettings_app.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/public/devicesettings_app.te (limited to 'sepolicy/public') diff --git a/sepolicy/public/devicesettings_app.te b/sepolicy/public/devicesettings_app.te new file mode 100644 index 0000000..7af5e9b --- /dev/null +++ b/sepolicy/public/devicesettings_app.te @@ -0,0 +1,3 @@ +type devicesettings_app, domain; +typeattribute devicesettings_app mlstrustedsubject; +dontaudit devicesettings_app default_prop:file read; \ No newline at end of file -- cgit v1.2.3