aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/ifaadaemon.te
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brv@gmail.com>2017-02-25 00:53:22 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:20:21 +0200
commite7ef94c47efc3456957f39261a71909d3ee324e5 (patch)
treed389582e36da1da8c70326a031a9edff9f78da5a /sepolicy/ifaadaemon.te
parentb9d8148262179edca8b624e2993f3f345ea526ca (diff)
Remove alipay/ifaa packages and permissions
Diffstat (limited to 'sepolicy/ifaadaemon.te')
-rw-r--r--sepolicy/ifaadaemon.te29
1 files changed, 0 insertions, 29 deletions
diff --git a/sepolicy/ifaadaemon.te b/sepolicy/ifaadaemon.te
deleted file mode 100644
index 91671e2..0000000
--- a/sepolicy/ifaadaemon.te
+++ /dev/null
@@ -1,29 +0,0 @@
-type ifaadaemon, domain;
-type ifaadaemon_exec, exec_type, file_type;
-
-#Allow for transition from init domain to ifaadaemon
-init_daemon_domain(ifaadaemon)
-
-#Allow ifaadaemon to use Binder IPC
-binder_use(ifaadaemon)
-
-#Allow servicemanager to interact with ifaadaemon
-binder_call(ifaadaemon, servicemanager)
-
-#Allow alipay_app to interact with ifaadaemon
-binder_call(ifaadaemon, alipay_app)
-
-#Mark ifaadaemon as a Binder service domain
-binder_service(ifaadaemon)
-
-#Allow ifaadaemon to be registered with service manager
-allow ifaadaemon ifaadaemon_service:service_manager add;
-
-#Allow access to tee device
-allow ifaadaemon tee_device:chr_file rw_file_perms;
-
-#Allow access to ion device
-allow ifaadaemon ion_device:chr_file r_file_perms;
-
-#Allow access to firmware
-r_dir_file(ifaadaemon, firmware_file)