diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-09-28 13:22:00 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 44e3b205d83252d2298fc99af6169c3787c94fdf (patch) | |
tree | 313f4c33966b4c94455aebb48dfcb81a9f15395d | |
parent | 7475ae1ef98f1769a8a6894a55c285cb11132e5c (diff) |
shinano: sepolicy: remove vibration dev type
Change-Id: I413e7dc177b0f47742c9ac4ab032cc61a490d573
-rw-r--r-- | sepolicy/file.te | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te index 26a4973..89b414c 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -1,5 +1,3 @@ -type sysfs_vibrator, fs_type, sysfs_type; - # BRCM BT FM type brcm_ldisc_sysfs, sysfs_type, fs_type; type brcm_uim_exec, exec_type, file_type; |