common: remove FOD sepolicy lineage-19.0
authorTim Zimmermann <tim@linux4.de>
Thu, 20 Jan 2022 20:35:32 +0000 (21:35 +0100)
committerTim Zimmermann <tim@linux4.de>
Thu, 27 Jan 2022 16:48:11 +0000 (17:48 +0100)
* Dropped in: https://review.lineageos.org/c/LineageOS/android_device_lineage_sepolicy/+/321883

Change-Id: I0dfa2c6ed1f26aaf5a90896694d767fe48ae3df2

common/vendor/file_contexts
common/vendor/hal_lineage_fod_default.te [deleted file]

index 965f0329e42165f5e74779d42aff1f65b955efed..754829b53f45644fbcda7c00f98e9000939daa2a 100644 (file)
 /(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 (file)
index b387a7b..0000000
+++ /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;