OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcon
(Results
1 - 10
of
10
) sorted by null
/external/libselinux/src/
enabled.c
26
* enabled. If
getcon
fails, selinux is still enabled.
29
if (
getcon
(&con) == 0) {
53
* selinux enabled. If
getcon
fails, selinux is still
55
if (
getcon
(&con) == 0) {
selinux_internal.h
34
hidden_proto(
getcon
)
procattr.c
146
hidden_def(
getcon
)
android.c
379
rc =
getcon
(&ctx_str);
/ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h
11
static inline int
getcon
(security_context_t *con _UNUSED_PARAMETER_)
function
/system/core/toolbox/
id.c
57
if (
getcon
(&secctx) == 0) {
/external/libselinux/include/selinux/
selinux.h
28
extern int
getcon
(security_context_t * con);
/external/openssh/openbsd-compat/
port-linux.c
189
if (
getcon
((security_context_t *)&oldctx) < 0) {
190
logit("%s:
getcon
failed with %s", __func__, strerror(errno));
/external/dbus/bus/
selinux.c
361
if (
getcon
(&bus_context) < 0)
/system/core/init/
init.c
210
rc =
getcon
(&mycon);
Completed in 654 milliseconds