We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf0fa1 commit a4b8c31Copy full SHA for a4b8c31
kernel/Makefile
@@ -38,11 +38,11 @@ ccflags-y += -DKSU_COMPAT_HAS_SELINUX_STATE
38
endif
39
40
ifndef KSU_EXPECTED_SIZE
41
-KSU_EXPECTED_SIZE := 0x033b
+KSU_EXPECTED_SIZE := 0x04da
42
43
44
ifndef KSU_EXPECTED_HASH
45
-KSU_EXPECTED_HASH := c371061b19d8c7d7d6133c6a9bafe198fa944e50c1b31c9d8daa8d7f1fc2d2d6
+KSU_EXPECTED_HASH := 0d1a8701a4ccb44a4642af2c9d55a068485f628f34be1fc9e811f11825455d9b
46
47
48
ifdef KSU_MANAGER_PACKAGE
0 commit comments