From my crash course in android over the past few days, i don’t think this is happening unless a userdebug version of the ROM gets released. The reason why we were able to root the last version of Android is because Chuwi released it as a userdebug version out of the box, so we were able to disable verity (verified boot) through fastboot. using a simple adb command adb disable-verity
If you flash boot.img from stock android, you can disable-verity (sorry for doublepost)