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

  /external/libselinux/src/
checkAccess.c 60 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
avc.c 791 int avc_has_perm(security_id_t ssid, security_id_t tsid,
  /external/selinux/libselinux/src/
checkAccess.c 77 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
avc.c 826 int avc_has_perm(security_id_t ssid, security_id_t tsid,
  /external/libselinux/include/selinux/
avc.h 105 * before first use. These structures are passed to avc_has_perm(),
251 * upon other errors. This function is typically called by avc_has_perm(),
263 * avc_has_perm - Check permissions and perform any appropriate auditing.
280 int avc_has_perm(security_id_t ssid, security_id_t tsid,
296 * avc_has_perm() after a permission check, but can also be
  /external/selinux/libselinux/include/selinux/
avc.h 105 * before first use. These structures are passed to avc_has_perm(),
255 * upon other errors. This function is typically called by avc_has_perm(),
267 * avc_has_perm - Check permissions and perform any appropriate auditing.
284 int avc_has_perm(security_id_t ssid, security_id_t tsid,
300 * avc_has_perm() after a permission check, but can also be
  /external/ipsec-tools/src/racoon/
security.c 254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 306 def avc_has_perm(*args): function
307 return _selinux.avc_has_perm(*args)
308 avc_has_perm = _selinux.avc_has_perm variable
    [all...]
  /external/dbus/bus/
selinux.c 440 if (avc_has_perm (SELINUX_SID_FROM_BUS (sender_sid),

Completed in 116 milliseconds