diff options
author | Anmolpreet Kaur <anmolpre@codeaurora.org> | 2020-09-21 16:28:04 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 00:20:25 +0800 |
commit | f0ad21d4777898a3c4f8a3f8541472c7eefdedce (patch) | |
tree | a75c7e070f4815ce6b263e022d2138150eef19fd | |
parent | 785bfb34eb4cb67660b2a134942ca0abbb27e2ad (diff) |
sepolicy_vndr: legacy: Add smcinvoke dev node as tee device
Add smcinvoke dev node as tee device in file_contexts.
This node has been moved from qssi to vendor for GSI
check.
Change-Id: I9ff2e94f8024f6b091afaa8e04381a3d808d9a2a
-rw-r--r-- | legacy/vendor/common/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/vendor/common/file_contexts b/legacy/vendor/common/file_contexts index a83a14d1..8069f3f1 100644 --- a/legacy/vendor/common/file_contexts +++ b/legacy/vendor/common/file_contexts @@ -165,6 +165,7 @@ /dev/socket/wifihal(/.*)? u:object_r:wifihal_socket:s0 /dev/socket/wigig/wigignpt u:object_r:wigignpt_socket:s0 +/dev/smcinvoke u:object_r:tee_device:s0 ################################### # vendor bins files # there are still some bin which are build in system/vendor/bin |