Home
last modified time | relevance | path

Searched refs:getcon (Results 1 – 18 of 18) sorted by relevance

/external/toybox/lib/
Dlsm.h11 #define getcon(...) (-1) macro
58 else ok = getcon(&result) == 0; in lsm_context()
/external/selinux/libselinux/
Dexported_vendor.map6 getcon;
Dexported.map.txt7 getcon;
DAndroid.bp279 "--allowlist-function=getcon",
/external/selinux/libselinux/src/
Dget_context_list.c72 rc = getcon(&fromcon); in hidden_def()
345 rc = getcon(&fromcon); in get_ordered_context_list_with_level()
410 rc = getcon(&fromcon); in get_ordered_context_list()
Dsetexecfilecon.c16 rc = getcon(&mycon); in setexecfilecon()
Dselinux_internal.h40 hidden_proto(getcon)
Dprocattr.c349 hidden_def(getcon)
Dselinuxswig_python_exception.i20 %exception getcon {
/external/selinux/libselinux/utils/
Dselinuxexeccon.c40 if (getcon(&con) < 0) { in main()
Dgetconlist.c56 if (getcon(&cur_context) < 0) { in main()
Dgetdefaultcon.c61 if (getcon(&cur_context) < 0) { in main()
/external/openssh/openbsd-compat/
Dport-linux.c190 if (getcon((security_context_t *)&oldctx) < 0) { in ssh_selinux_change_context()
/external/selinux/sandbox/
Dsandbox395 self.setype = selinux.getcon()[1].split(":")[2]
429 con = selinux.getcon()[1].split(":")
/external/selinux/policycoreutils/sestatus/
Dsestatus.c417 if (getcon(&context) >= 0) { in main()
/external/selinux/libselinux/include/selinux/
Dselinux.h29 extern int getcon(char ** con);
/external/selinux/mcstrans/src/
Dmcscolor.c250 getcon(&my_context); in init_colors()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1039 rc = getcon(&ctx_str); in selinux_android_setcontext()