diff --git a/bluejay/file_contexts b/bluejay/file_contexts deleted file mode 100644 index 751c7d2..0000000 --- a/bluejay/file_contexts +++ /dev/null @@ -1,3 +0,0 @@ -# Haptics -/dev/snd/pcmC0D24p u:object_r:vibrator_snd_device:s0 -/dev/snd/pcmC1D24p u:object_r:vibrator_snd_device:s0 diff --git a/bluejay/hal_vibrator_default.te b/bluejay/hal_vibrator_default.te deleted file mode 100644 index b5db3f2..0000000 --- a/bluejay/hal_vibrator_default.te +++ /dev/null @@ -1,7 +0,0 @@ -# Haptics -allow hal_vibrator_default input_device:dir r_dir_perms; -allow hal_vibrator_default vibrator_snd_device:chr_file rw_file_perms; -allow hal_vibrator_default vibrator_snd_device:dir search; -allow hal_vibrator_default audio_device:dir search; -allow hal_vibrator_default proc_asound:dir search; -allow hal_vibrator_default proc_asound:file r_file_perms;