diff options
author | dianlujitao <dianlujitao@gmail.com> | 2016-11-18 13:30:07 +0800 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-08 05:28:58 +0100 |
commit | 155c0006e063184843ecd0d421d2d42a0f2b2e54 (patch) | |
tree | ba332f739f0e2cfe26bdcb9b001a8b97f661a31e | |
parent | 4e30dfa2e0142f7cebb983d2f462a450e022ca4a (diff) |
z2plus: Address additional ifaadaemon denial
* Now we have working alipay fingerprint payment \o/
Change-Id: I6c172030d8c819408dd2c6cb1c20b78f1f481480
-rwxr-xr-x | sepolicy/ifaadaemon.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/ifaadaemon.te b/sepolicy/ifaadaemon.te index c458692..91671e2 100755 --- a/sepolicy/ifaadaemon.te +++ b/sepolicy/ifaadaemon.te @@ -22,5 +22,8 @@ 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) |