Out of curiosity, whats the purpose of the types field in the struct type_datum? This seems to never have anything in it.
Also, conditional.h has a field called bool, this would seem to conflict with stdbool.h, whats the consensus on renaming this to boolean perhaps?
On Thu, Sep 24, 2015 at 6:58 AM, Joshua Brindle <brindle@xxxxxxxxxxxxxxxxx> wrote:
Stephen Smalley wrote:
On 09/24/2015 08:43 AM, James Carter wrote:
On 09/23/2015 06:39 PM, Roberts, William C wrote:
How would one find all the attributes of a type with libsepol, canThe policydb_t structure has type_attr_map field which maps types to an
someone point me to any relevant structures or functions?
ebitmap of attributes.
It also has the reverse map (attr_type_map) if you want that.
In Android, external/sepolicy/tools/sepolicy-analyze has examples of
using both maps.
seinfo also knows how to do it, if you need more examples:
$ seinfo -x -tuntrusted_app sepolicy
untrusted_app
bluetoothdomain
netdomain
appdomain
domain
_______________________________________________
Selinux mailing list
Selinux@xxxxxxxxxxxxx
To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx.
To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.
Respectfully,
William C Roberts
William C Roberts
_______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.