HomeSort by relevance Sort by last modified time
    Searched refs:qpol_role_t (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
role.py 31 elif isinstance(name, qpol.qpol_role_t):
35 return Role(qpol_policy, qpol.qpol_role_t(qpol_policy, str(name)))
qpol.py 287 class qpol_role_t(_object): class in inherits:_object
289 __setattr__ = lambda self, name, value: _swig_setattr(self, qpol_role_t, name, value)
291 __getattr__ = lambda self, name: _swig_getattr(self, qpol_role_t, name)
305 qpol_role_t_swigregister(qpol_role_t)
    [all...]
  /external/selinux/policycoreutils/sepolicy/
info.c 737 const qpol_role_t *role_datum = NULL;
1010 static PyObject* get_role(const qpol_role_t * role_datum, const apol_policy_t * policydb)
1013 const qpol_role_t *dom_datum = NULL;
1211 const qpol_role_t *role_datum = NULL;
    [all...]
search.c 165 const qpol_role_t *role = NULL;

Completed in 125 milliseconds