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

  /external/selinux/libselinux/utils/
matchpathcon.c 25 int rc = matchpathcon(path, mode, &buf);
30 fprintf(stderr, "matchpathcon(%s) failed: %s\n", path,
  /external/selinux/libselinux/src/
matchpathcon.c 431 int matchpathcon(const char *path, mode_t mode, char ** con) function
454 int i = matchpathcon(name, mode, con);
Makefile 113 matchpathcon.c setrans_client.c sha1.c booleans.c
  /external/openssh/openbsd-compat/
port-linux.c 233 if (matchpathcon(path, 0700, &context) == 0)
  /external/selinux/libselinux/include/selinux/
selinux.h 426 /* Set flags controlling operation of matchpathcon_init or matchpathcon. */
433 into memory for use by subsequent matchpathcon calls.
460 extern int matchpathcon(const char *path,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 83 status, context = matchpathcon(path, mode)
87 status, context = matchpathcon(path, mode)
1092 def matchpathcon(*args): function
1094 matchpathcon = _selinux.matchpathcon variable
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
gui.py     [all...]

Completed in 65 milliseconds