sabrina: Stop trying to transition the led service seclabel
authorNolen Johnson <johnsonnolen@gmail.com>
Tue, 11 Jun 2024 01:09:44 +0000 (21:09 -0400)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 11 Jun 2024 01:09:44 +0000 (21:09 -0400)
Change-Id: I068a9e7a7737ff42bd0f0830395352f599d07f3c

extract-files.sh

index f6ab0112e49497f5c811eeadfd2265a2849a6f18..7a04680bc170fb795e1d5a93ec23c143bb1badbb 100755 (executable)
@@ -10,7 +10,7 @@ function blob_fixup() {
     case "${1}" in
         # Use generic Light HAL context for led_control_service
         vendor/etc/init/led_control_service.rc)
-            sed -i "s|u:r:led_control_service:s0|u:object_r:hal_light_default_exec:s0|g" "${2}"
+            sed -i "8d" "${2}"
             ;;
     esac
 }