Skip to content

Commit a4b8c31

Browse files
committed
Update manager expected signature size and hash
1 parent bcf0fa1 commit a4b8c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ ccflags-y += -DKSU_COMPAT_HAS_SELINUX_STATE
3838
endif
3939

4040
ifndef KSU_EXPECTED_SIZE
41-
KSU_EXPECTED_SIZE := 0x033b
41+
KSU_EXPECTED_SIZE := 0x04da
4242
endif
4343

4444
ifndef KSU_EXPECTED_HASH
45-
KSU_EXPECTED_HASH := c371061b19d8c7d7d6133c6a9bafe198fa944e50c1b31c9d8daa8d7f1fc2d2d6
45+
KSU_EXPECTED_HASH := 0d1a8701a4ccb44a4642af2c9d55a068485f628f34be1fc9e811f11825455d9b
4646
endif
4747

4848
ifdef KSU_MANAGER_PACKAGE

0 commit comments

Comments
 (0)