/external/selinux/checkpolicy/ |
module_compiler.h | 33 role_datum_t *declare_role(unsigned char isattr); 34 type_datum_t *declare_type(unsigned char primary, unsigned char isattr); 37 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr); 38 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr);
|
module_compiler.c | 204 role_datum_t *declare_role(unsigned char isattr) 221 role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; 258 dest_role->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE; 308 type_datum_t *declare_type(unsigned char primary, unsigned char isattr) 335 typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; 515 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr) 535 dest_typdatum->flavor = isattr ? TYPE_ATTRIB : TYPE_TYPE; 546 if (dest_typdatum->flavor != isattr ? TYPE_ATTRIB : TYPE_TYPE) { 561 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr) 585 dest_roledatum->flavor = isattr ? ROLE_ATTRIB : ROLE_ROLE [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
typeattr.py | 44 if not qpol_symbol.isattr(qpol_policy): 59 if qpol_symbol.isattr(qpol_policy): 79 if qpol_symbol.isattr(qpol_policy):
|
qpol.py | 272 def isattr(self, *args): return _qpol.qpol_type_t_isattr(self, *args) member in class:qpol_type_t [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/ |
typeattr.py | 44 if not qpol_symbol.isattr(qpol_policy): 59 if qpol_symbol.isattr(qpol_policy): 79 if qpol_symbol.isattr(qpol_policy):
|
qpol.py | 272 def isattr(self, *args): return _qpol.qpol_type_t_isattr(self, *args) member in class:qpol_type_t [all...] |
/external/selinux/policycoreutils/sepolicy/ |
info.c | 370 unsigned char isattr, isalias; local 380 if (qpol_type_get_isattr(q, type_datum, &isattr)) 424 unsigned char isattr; local 437 if (qpol_type_get_isattr(q, type_datum, &isattr)) 440 if (isattr) { /* sanity check */ 603 unsigned char isalias, ispermissive, isattr; local 611 if (qpol_type_get_isattr(q, type_datum, &isattr)) 622 if (!isattr && !isalias) { [all...] |