Hi SEAndroid,

I want to know if there is a way to get the security context of an
installed apk
before starting the application, my goal is to use this function defined in
the SELinux.java file
    SELinux.checkSELinuxAccess("domainA","domainB","binder","call")
I can retrieve the security context of domainA through the function
getPidContext()
because the application is already started, but I can't use the same one to
retrieve the domainB context.

Thank you for the reply

Reply via email to