aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/ifaad.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/ifaad.te')
-rw-r--r--sepolicy/ifaad.te26
1 files changed, 0 insertions, 26 deletions
diff --git a/sepolicy/ifaad.te b/sepolicy/ifaad.te
deleted file mode 100644
index 3650eaa..0000000
--- a/sepolicy/ifaad.te
+++ /dev/null
@@ -1,26 +0,0 @@
-type ifaad, domain;
-type ifaad_exec, exec_type, file_type;
-
-#Allow for transition from init domain to ifaad
-init_daemon_domain(ifaad)
-
-#Allow ifaad to use Binder IPC
-binder_use(ifaad)
-
-#Allow servicemanager to interact with ifaad
-binder_call(ifaad, servicemanager)
-
-#Allow alipay_app to interact with ifaad
-binder_call(ifaad, alipay_app)
-
-#Mark ifaad as a Binder service domain
-binder_service(ifaad)
-
-#Allow ifaad to be registered with service manager
-allow ifaad ifaadaemon_service:service_manager add;
-
-#Allow access to tee device
-allow ifaad tee_device:chr_file rw_file_perms;
-
-#Allow access to firmware
-r_dir_file(ifaad, firmware_file)