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

  /external/toybox/lib/
lsm.h 19 #define fsetfilecon(...) (-1) macro
94 else return fsetfilecon(file, context);
  /external/selinux/libselinux/src/
fsetfilecon.c 30 int fsetfilecon(int fd, const char *context)
  /external/selinux/libselinux/include/selinux/
selinux.h 113 extern int fsetfilecon(int fd, const char * con);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 736 def fsetfilecon(*args): function
737 return _selinux.fsetfilecon(*args)
738 fsetfilecon = _selinux.fsetfilecon variable
    [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 745 if (fsetfilecon(fd, new_tty_con) < 0) {
798 if ((rc = fsetfilecon(fd, tty_context)) < 0)
    [all...]
  /external/selinux/sandbox/
seunshare.c 515 if (fsetfilecon(fd_t, con) == -1) {

Completed in 206 milliseconds