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

  /external/sepolicy/
runas.te 27 allow runas non_system_app_set:process dyntransition; # setcon
kernel.te 73 # - You failed to setcon u:r:init:s0 in your init.rc and thus your init
zygote.te 77 # setcon (dyntransition) to any types other than those associated
init.te 275 # The init domain is only entered via setcon from the kernel domain,
domain.te 235 # init starts in kernel domain and switches to init domain via setcon in
  /external/selinux/libselinux/man/man3/
getcon.3 9 setcon \- set current security context of a process
34 .BI "int setcon(char * " context );
65 .BR setcon ()
86 .BR setcon ()
90 .BR setcon ()
94 .BR setcon ()
99 .BR setcon()
107 .BR setcon ()
110 .BR setcon ()
  /external/openssh/openbsd-compat/
port-linux.c 215 if (setcon(newctx) < 0)
216 switchlog("%s: setcon %s from %s failed with %s", __func__,
  /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);
  /system/core/adb/
adb_main.cpp 291 // b/12587913: fix setcon to allow const pointers
292 if (setcon((char *)root_seclabel) < 0) {
  /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);
  /external/selinux/libselinux/
ChangeLog 10 * getcon.3: Fix setcon description, from Stephen Smalley.
    [all...]
  /external/selinux/policycoreutils/sandbox/
seunshare.c 839 if (setcon(execcon) != 0) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 1716 def setcon(*args): function
1718 setcon = _selinux.setcon variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py 1716 def setcon(*args): function
1718 setcon = _selinux.setcon variable
    [all...]
  /external/libselinux/src/
android.c 841 rc = setcon(ctx_str);
    [all...]

Completed in 267 milliseconds