[android-kernel] Re: problems with starting a shell script at boot time from init..rc

2012-08-02 Thread William Roberts
Shouldn't be executable? We have something in SE Android that uses something similair in out init.rc we have: service netlabels /system/bin/selinux-network.sh class core oneshot And our Android.mk for the project has this: include $(CLEAR_VARS) LOCAL_MODULE := selinux-network.sh LOCAL_

[android-kernel] Fwd: [PATCH] Fix for build error no support ARM mode `smc #0'

2012-07-23 Thread William Roberts
Forwarding a patch we used on SEAndroid kernel to fix a compiler issue with gcc 4.6 -- Forwarded message -- From: William Roberts Date: Thu, Jul 19, 2012 at 10:28 PM Subject: [PATCH] Fix for build error no support ARM mode `smc #0' To: bill.c.robe...@gmail.com Cc: William Ro

[android-kernel] smc

2012-05-09 Thread William Roberts
I am currently investigating what the kernel/omap/security/smc files do on the Galaxy Nexus. It appears that they do get built into the kernel and register a device of major number 122 in the system. I am trying to find out what exactly this device does, can anyone point me in the right direction?