/external/selinux/libselinux/man/man3/ |
freecon.3 | 1 .so man3/getcon.3
|
freeconary.3 | 1 .so man3/getcon.3
|
getcon_raw.3 | 1 .so man3/getcon.3
|
getpeercon.3 | 1 .so man3/getcon.3
|
getpeercon_raw.3 | 1 .so man3/getcon.3
|
getpidcon.3 | 1 .so man3/getcon.3
|
getpidcon_raw.3 | 1 .so man3/getcon.3
|
getprevcon.3 | 1 .so man3/getcon.3
|
getprevcon_raw.3 | 1 .so man3/getcon.3
|
setcon.3 | 1 .so man3/getcon.3
|
setcon_raw.3 | 1 .so man3/getcon.3
|
getcon.3 | 1 .TH "getcon" "3" "21 December 2011" "russell@coker.com.au" "SELinux API documentation" 3 getcon, getprevcon, getpidcon \- get SELinux security context of a process 14 .BI "int getcon(char **" context ); 39 .BR getcon () 44 same as getcon but gets the context before the last exec.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
creg-1.s | 2 ! case; getcon and putcon. Exhaustive test in those domain is small and 9 getcon sr,r21 10 getcon ssr,r31 11 getcon pssr,r22 12 getcon intevt,r21 13 getcon expevt,r21 14 getcon pexpevt,r21 15 getcon tra,r12 16 getcon spc,r21 17 getcon pspc,r4 [all...] |
creg-2.s | 7 getcon cr0,r21 8 getcon cr13,r21 9 getcon CR62,r22 10 getcon cr8,r21 11 getcon CR4,r21
|
creg-1.d | 10 [ ]+0:[ ]+240ffd50[ ]+getcon sr,r21 11 [ ]+4:[ ]+241ffdf0[ ]+getcon ssr,r31 12 [ ]+8:[ ]+242ffd60[ ]+getcon pssr,r22 13 [ ]+c:[ ]+244ffd50[ ]+getcon intevt,r21 14 [ ]+10:[ ]+245ffd50[ ]+getcon expevt,r21 15 [ ]+14:[ ]+246ffd50[ ]+getcon pexpevt,r21 16 [ ]+18:[ ]+247ffcc0[ ]+getcon tra,r12 17 [ ]+1c:[ ]+248ffd50[ ]+getcon spc,r21 18 [ ]+20:[ ]+249ffe90[ ]+getcon pspc,r41 19 [ ]+24:[ ]+24affd50[ ]+getcon resvec,r2 [all...] |
creg-2.d | 10 [ ]+0:[ ]+240ffd50[ ]+getcon sr,r21 11 [ ]+4:[ ]+24dffd50[ ]+getcon tea,r21 12 [ ]+8:[ ]+27effd60[ ]+getcon ctc,r22 13 [ ]+c:[ ]+248ffd50[ ]+getcon spc,r21 14 [ ]+10:[ ]+244ffd50[ ]+getcon intevt,r21
|
syntax-1.s | 35 GETCON CR0,R0 36 getcon cr63,r0 46 getcon sr,r0 47 getcon ssr,r0 48 getcon pssr,r0 49 getcon intevt,r0 50 getcon expevt,r0 51 getcon pexpevt,r0 52 getcon tra,r0 53 getcon spc,r [all...] |
syntax-1.d | 27 44: 240ffc00 getcon sr,r0 28 48: 27fffc00 getcon usr,r0 35 64: 240ffc00 getcon sr,r0 36 68: 241ffc00 getcon ssr,r0 37 6c: 242ffc00 getcon pssr,r0 38 70: 244ffc00 getcon intevt,r0 39 74: 245ffc00 getcon expevt,r0 40 78: 246ffc00 getcon pexpevt,r0 41 7c: 247ffc00 getcon tra,r0 42 80: 248ffc00 getcon spc,r [all...] |
/external/toybox/lib/ |
lsm.h | 11 #define getcon(...) (-1) macro 58 else ok = getcon(&result) == 0;
|
/external/selinux/libselinux/src/ |
setexecfilecon.c | 16 rc = getcon(&mycon);
|
selinux_internal.h | 38 hidden_proto(getcon)
|
/external/selinux/libselinux/utils/ |
selinuxexeccon.c | 40 if (getcon(&con) < 0) {
|
getconlist.c | 50 if (getcon(&cur_context) < 0) {
|
/external/libselinux/src/ |
selinux_internal.h | 34 hidden_proto(getcon)
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 198 * Function: getCon 205 static jstring getCon(JNIEnv *env, jobject) { 211 int ret = getcon(&tmp); 219 ALOGV("getCon() => %s", context.get()); 326 { "getContext" , "()Ljava/lang/String;" , (void*)getCon },
|