summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorichihlu <ichihlu@google.com>2021-01-14 09:04:31 +0000
committerichihlu <ichihlu@google.com>2021-01-14 09:04:31 +0000
commit16fc6de707315022ec5e11d988169dc846f80c7a (patch)
treeae5c39cb5cc02030669144b0361292321374c53e /sepolicy
parentd44cf0504567c5f7201565a39fd3864d3ce03470 (diff)
downloadtrusty-16fc6de707315022ec5e11d988169dc846f80c7a.tar.gz
Secure DPU: update sepolicy
Update sepocily as secure DPU needs to access to ION device for allocating buffers. Bug: 176508588 Change-Id: I49c768f3c72e24b17feeb32f3b6d1d425dae20f8
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/securedpud.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/securedpud.te b/sepolicy/securedpud.te
index 3eae5e0..a682eef 100644
--- a/sepolicy/securedpud.te
+++ b/sepolicy/securedpud.te
@@ -3,4 +3,5 @@ type securedpud_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(securedpud)
+allow securedpud ion_device:chr_file rw_file_perms;
allow securedpud tee_device:chr_file rw_file_perms;