From: Tim Zimmermann Date: Thu, 20 Jan 2022 20:35:32 +0000 (+0100) Subject: common: remove FOD sepolicy X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=refs%2Fheads%2Flineage-19.0;p=GitHub%2FLineageOS%2Fandroid_device_samsung_slsi_sepolicy.git common: remove FOD sepolicy * Dropped in: https://review.lineageos.org/c/LineageOS/android_device_lineage_sepolicy/+/321883 Change-Id: I0dfa2c6ed1f26aaf5a90896694d767fe48ae3df2 --- 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;