I'm using Android SELinux enforced device and doing the following:
adb pull /sepolicy sepolicy1
adb pull /sys/fs/selinux/policy sepolicy2
diff sepolicy1 sepolicy2
I get:
Binary files sepolicy1 and sepolicy2 differ
From examining with a hex viewer it seems similar in few parts but mostly different.
Why its different? What does that mean?