From 34170ee0873b5ae9468f862aca58419d2ea37935 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Fri, 29 May 2020 12:52:56 +0200 Subject: [PATCH] vendor policy requires a _29_0 type to apply --- sepolicy/qualcomm.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/qualcomm.te b/sepolicy/qualcomm.te index 30a9a6c..2669694 100644 --- a/sepolicy/qualcomm.te +++ b/sepolicy/qualcomm.te @@ -25,4 +25,6 @@ type rpmb_device, file_type; allow tee rpmb_device:blk_file rw_file_perms; allowxperm tee rpmb_device:blk_file ioctl { 0xb300-0xbfff }; +attribute smcinvoke_device_29_0; type smcinvoke_device, dev_type; +typeattribute smcinvoke_device smcinvoke_device_29_0;