I thought I would build the SDK an have a go at some SE-aware apps, however
the SELinux class/methods were not present. Should they be in the SDK ???

Note to build the sdk I had the following error as it adds an additional
app:

MMAC policy failed for com.android.gallery 
(/seandroid/seandroid-4.2/out/target/product/generic/system/app/Gallery.apk).

Signature based policy (3082...1a81) checked.
Policy whitelist rejected package com.android.gallery
Unapproved permission android.permission.READ_SMS
......

So finally added these to the mac_permissions.xml file media section:

    <!-- Media dev key in AOSP -->
    <signer signature="@MEDIA" >
...
      <allow-permission name="android.permission.READ_SMS" />
      <allow-permission name="android.permission.SET_WALLPAPER" />
      <allow-permission name="android.permission.CAMERA" />
      <allow-permission name="android.permission.ACCESS_FINE_LOCATION"/>
      <allow-permission name="android.permission.RECORD_AUDIO" />
      <seinfo value="media" />
    </signer>

Richard


--
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.

Reply via email to