diff options
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; |