diff options
author | Subhajeet Muhuri <kenny3fcb@gmail.com> | 2019-03-17 16:15:48 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-03-17 13:56:03 +0100 |
commit | 3efa94f2d36eec9229ff97d6c94bfe5d1db97b60 (patch) | |
tree | 71b6561b0c1684a7ef678cc17eb7b6d1bc8668bb /sepolicy/init.te | |
parent | de6234bcc8d9a5c0a8240d871b73aca27616a3ae (diff) |
msm8996-common: sepolicy: Changes needed for CAF's new haptics driver
Change-Id: Ib8cbdbd0088ffb9b74e27404937f0387e728e229
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/init.te')
-rw-r--r-- | sepolicy/init.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te index 2a9b47e..8b4e30e 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -6,3 +6,4 @@ allow init tee_device:chr_file write; allow init hidl_base_hwservice:hwservice_manager add; allow init sysfs_graphics:lnk_file read; allow init system_file:file mounton; +allow init hal_vibrator_default:process noatsecure; |