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

  /external/libselinux/include/selinux/
selinux.h 37 as a result of a setcon() unless policy allows it to use descriptors opened
39 extern int setcon(const char * con);
  /external/selinux/libselinux/include/selinux/
selinux.h 38 as a result of a setcon() unless policy allows it to use descriptors opened
40 extern int setcon(const char * con);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 608 def setcon(*args): function
609 return _selinux.setcon(*args)
610 setcon = _selinux.setcon variable
    [all...]
  /external/selinux/policycoreutils/sandbox/
seunshare.c 839 if (setcon(execcon) != 0) {
  /external/libselinux/src/
android.c 894 int ret = setcon(con);
898 System properties must be reinitialized after setcon() otherwise the
900 closed as a result of setcon().
    [all...]

Completed in 100 milliseconds