On 07/05/2013 06:00 AM, Brian Ko(柯伯政_Pegatron) wrote: > Hi, > > I have the same problem as below issue: > http://comments.gmane.org/gmane.comp.security.seandroid/605 > > I have built, flashed and booted successfully according to > "http://selinuxproject.org/page/SEAndroid". > Below is the command what I did" > > git clone -b seandroid-4.2 https://bitbucket.org/seandroid/manifests.git > mkdir seandroid-4.2 > cd seandroid-4.2 > repo init -u https://android.googlesource.com/platform/manifest -b > android-4.2.2_r1 > repo sync > cp ../manifests/local_manifest.xml .repo/ > repo sync > > export PREFIX=`pwd` > cd $PREFIX/kernel/tegra > make ARCH=arm tegra3_android_defconfig > make ARCH=arm > CROSS_COMPILE=$PREFIX/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- > > cd $PREFIX > source build/envsetup.sh > lunch full_grouper-userdebug > export HAVE_SELINUX=true > make -j4 > > > > However, if I enable the SEAndroid by "adb shell su 0 setenforce 1" command, > the system crashed. > Attached is log that I captured. > Could you help me? Thanks. > > > BrianKo
Could you send a copy of your aduit.log file (/data/misc/audit/audit.log). This will show any denials that may be causing problems. I see in logcat the message Error: Can't open /dev/nvhost-ctrl which might suggest that some process is being denied access. -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
