On Wed, Jun 19, 2013 at 10:43 AM, Janosch Maier <jma...@zertisa.com> wrote: > Is it currently possible to include SEAndroid in other Android Systems > than AOSP. I would like to create a CyanogenMod ROM with SEAndroid. >
There is no reason it isn't possible. Try this: cd cyanogenmod/frameworks/base git remote add seandroid https://bitbucket.org/seandroid/frameworks-base git fetch seandroid repo start cm-merged-seandroid . git merge seandroid/seandroid-4.2.2 You'd need to do that for every repo in the seandroid local_manifests.xml file. However, just because you have all the seandroid code merged in *does not* mean you'll be able to run in enforcing on every device. Further modifications are necessary to the init scripts for each device you want to support and policy modifications will need to be made for device differences (mostly labeling, rules for stuff in /dev and device specific daemons). -- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to majord...@tycho.nsa.gov with the words "unsubscribe seandroid-list" without quotes as the message.