OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selinux
(Results
51 - 63
of
63
) sorted by null
1
2
3
/system/core/init/
init.c
35
#include <
selinux
/
selinux
.h>
36
#include <
selinux
/label.h>
37
#include <
selinux
/android.h>
861
ERROR("
SELinux
: Could not load property_contexts: %s\n",
865
INFO("
SELinux
: Loaded property contexts from %s\n", seopts_prop[i - 1].value);
879
if (access("/sys/fs/
selinux
", F_OK) != 0) {
880
/*
SELinux
is not compiled into the kernel, or has been disabled
881
* via the kernel command line "
selinux
=0".
886
if ((property_get("ro.boot.
selinux
", tmp) != 0) && (strcmp(tmp, "disabled") == 0))
[
all
...]
util.c
27
#include <
selinux
/label.h>
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
35
#include <
selinux
/
selinux
.h>
36
#include <
selinux
/context.h>
[
all
...]
/art/runtime/native/
dalvik_system_Zygote.cc
44
#include <
selinux
/android.h>
/dalvik/vm/native/
dalvik_system_Zygote.cpp
23
#include <
selinux
/android.h>
451
* Set
SELinux
security context.
649
ALOGE("cannot set
SELinux
context: %s\n", strerror(errno));
/frameworks/native/cmds/dumpstate/
utils.c
41
#include <
selinux
/android.h>
/system/core/debuggerd/
tombstone.c
41
#include <
selinux
/android.h>
/bootable/recovery/updater/
install.c
30
#include <
selinux
/
selinux
.h>
[
all
...]
/external/sepolicy/
file_contexts
22
#
SELinux
policy files
177
/data/local/tmp/
selinux
(/.*)? u:object_r:tombstone_data_file:s0
/external/openssh/
session.c
100
#include <
selinux
/
selinux
.h>
[
all
...]
configure
[
all
...]
/external/libselinux/src/
avc.c
10
#include <
selinux
/avc.h>
/frameworks/native/cmds/installd/
commands.c
20
#include <
selinux
/android.h>
[
all
...]
Completed in 504 milliseconds
1
2
3