From 5c0294f5d1872f534962319db939f9f3ef90f0ba Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Thu, 20 Jan 2022 21:35:32 +0100 Subject: [PATCH] common: remove FOD sepolicy * Dropped in: https://review.lineageos.org/c/LineageOS/android_device_lineage_sepolicy/+/321883 Change-Id: I0dfa2c6ed1f26aaf5a90896694d767fe48ae3df2 --- common/vendor/file_contexts | 1 - common/vendor/hal_lineage_fod_default.te | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 common/vendor/hal_lineage_fod_default.te diff --git a/common/vendor/file_contexts b/common/vendor/file_contexts index 965f032..754829b 100644 --- a/common/vendor/file_contexts +++ b/common/vendor/file_contexts @@ -126,7 +126,6 @@ /(vendor|system/vendor)/bin/hw/android\.hardware\.power(@[0-9]\.[0-9])?-service\.samsung-libperfmgr u:object_r:hal_power_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@[0-9].[0-9]-service\.samsung u:object_r:hal_thermal_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator(@[0-9].[0-9])?-service\.samsung(-haptic)? u:object_r:hal_vibrator_default_exec:s0 -/(vendor|system/vendor)/bin/hw/vendor\.lineage\.biometrics\.fingerprint\.inscreen@1.0-service.samsung u:object_r:hal_lineage_fod_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.lineage\.powershare@[0-9].[0-9]-service\.samsung u:object_r:hal_lineage_powershare_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.lineage\.fastcharge@[0-9]\.[0-9]-service\.samsung u:object_r:hal_lineage_fastcharge_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.lineage\.touch\@[0-9]\.[0-9]-service.samsung u:object_r:hal_lineage_touch_default_exec:s0 diff --git a/common/vendor/hal_lineage_fod_default.te b/common/vendor/hal_lineage_fod_default.te deleted file mode 100644 index b387a7b..0000000 --- a/common/vendor/hal_lineage_fod_default.te +++ /dev/null @@ -1,12 +0,0 @@ -# hal_lineage_fod_default.te - -binder_call(hal_lineage_fod_default, hal_fingerprint_default) - -allow hal_lineage_fod_default hal_vendor_fingerprint_hwservice:hwservice_manager find; - -# /sys/class/backlight/panel/brightness -allow hal_lineage_fod_default sysfs_backlight_writable:file rw_file_perms; - -# /sys/class/sec/tsp/cmd -allow hal_lineage_fod_default sysfs_sec_touchscreen:dir r_dir_perms; -allow hal_lineage_fod_default sysfs_touchscreen_writable:file rw_file_perms; -- 2.20.1