Guys, you have to go with kernel sources only(you cannot go with img file) and there are not availlable for PA1 only for OJ3 or OK1here:
http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=p600
Follow this guide:
http://forum.xda-developers.com/showthread.php?t=1748297
And you need Linux of course (forget Windows or mac) to modify an recompile.
Not difficult but there are always roadblocks, example if you take the kernel source and only recompile without modifying you flash it and you will have some issues with Wifi etc...
This is why so little people can do that.
I have next 2 weeks busy at work but after that I will give it a shot.
Maybe someone else have a solution before that, I am pretty sure that one of the solution in Google or XDA should work but I have no time to test all.
The best way is to use a script in init.d, simpler that creating a kernel.....
I am not sure why this didnt work for me:
Install Terminal
Using the commands below should get permissive even after reboot
per
http://forum.xda-developers.com/show...&postcount=230
su
mount -o remount,rw /system
mkdir /system/su.d
echo "#!/system/bin/sh" > /system/su.d/permissive.sh
echo "echo 0 > /sys/fs/selinux/enforce" >> /system/su.d/permissive.sh
chmod 755 > /system/su.d/permissive.sh
Reboot
Can someone report?