On 09/03/2014 11:35 AM, Tal Palant wrote: > Hi, > > can anyone please explain in details or refer me to an source that > explains how install time mac works in depth
Our NDSS paper explains the general approach, although some things have changed since it was published. The code itself is fairly self-contained and easy to understand, see frameworks/base/services/java/com/android/server/pm/SELinuxMMAC.java and the calls to SELinuxMMAC method from frameworks/base/services/java/com/android/server/pm/PackageManagerService.java. Note that there is an important difference between AOSP and our seandroid* branches in the latter. _______________________________________________ Seandroid-list mailing list Seandroid-list@tycho.nsa.gov To unsubscribe, send email to seandroid-list-le...@tycho.nsa.gov. To get help, send an email containing "help" to seandroid-list-requ...@tycho.nsa.gov.