HomeSort by relevance Sort by last modified time
    Searched defs:setfilecon (Results 1 - 3 of 3) sorted by null

  /external/libselinux/src/
setfilecon.c 10 int setfilecon(const char *path, const char *context) function
  /external/toybox/lib/
lsm.h 15 #define setfilecon(...) (-1) macro
75 else return setfilecon(filename, context);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 720 def setfilecon(*args): function
721 return _selinux.setfilecon(*args)
722 setfilecon = _selinux.setfilecon variable
    [all...]

Completed in 323 milliseconds