Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60698380 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Ship ih8sn files with sn

parent 86b36cfe
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -594,3 +594,13 @@ PRODUCT_PACKAGES += \
    QtiTelephonyService \
    CneApp \
    TimeService


# SafetyNet
PRODUCT_PACKAGES += ih8sn

PRODUCT_COPY_FILES += \
    $(LOCAL_PATH)/sn/ih8sn.conf:/system/etc/ih8sn.conf \
    $(LOCAL_PATH)/sn/ih8sn.rc:/system/etc/init/ih8sn.rc \
    $(LOCAL_PATH)/sn/ih8sn:/system/bin/ih8sn

sn/ih8sn

0 → 100755
+9.44 MiB

File added.

No diff preview for this file type.

sn/ih8sn.conf

0 → 100644
+2 −0
Original line number Diff line number Diff line
BUILD_SECURITY_PATCH_DATE=2022-01-05
BUILD_FINGERPRINT=Fairphone/FP3/FP3:10/8901.3.A.0135.20211222/gms-3e31ddee:user/release-keys

sn/ih8sn.rc

0 → 100644
+7 −0
Original line number Diff line number Diff line
on init
    exec u:r:su:s0 root root -- /system/bin/ih8sn init
    exec u:r:sysinit:s0 root root -- /system/bin/ih8sn init

on property:sys.boot_completed=1
    exec u:r:su:s0 root root -- /system/bin/ih8sn boot_completed
    exec u:r:sysinit:s0 root root -- /system/bin/ih8sn boot_completed