OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:selinux
(Results
101 - 125
of
347
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/linux/
xattr.h
45
#define XATTR_SELINUX_SUFFIX "
selinux
"
/external/qemu/distrib/ext4_utils/src/
make_ext4fs_main.c
33
#include <
selinux
/
selinux
.h>
34
#include <
selinux
/label.h>
35
#include <
selinux
/android.h>
/external/sepolicy/
mac_permissions.xml
12
represents additional info that each app can use in setting a
SELinux
security
te_macros
192
# Allow domain to check
SELinux
permissions via selinuxfs.
201
# Allow domain to check
SELinux
contexts via selinuxfs.
209
# Allow domain to set
SELinux
to enforcing.
217
# Allow domain to set
SELinux
booleans.
300
#
SELinux
rules which apply only to recovery mode
306
#
SELinux
rules which apply only to userdebug or eng builds
316
# the domain is unconfined+enforcing once new
SELinux
policy development
property_contexts
42
#
selinux
non-persistent properties
43
selinux
. u:object_r:security_prop:s0
recovery.te
30
# We may be asked to set an
SELinux
label for a type not known to the
35
# 0eb17d944704b3eb140bb9dded299d3be3aed77e in build/ added
SELinux
bluetooth.te
21
#
SELinux
does not presently define a specific socket class for
domain.te
153
# Get
SELinux
enforcing status.
189
# No domain needs mac_override as it is unused by
SELinux
.
195
# Only init should be able to load
SELinux
policies.
201
# Only init and the system_server can set
selinux
.reload_policy 1
252
# triggered, it's probably due to a service with no
SELinux
domain.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
xattr.h
36
#define XATTR_SELINUX_SUFFIX "
selinux
"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
xattr.h
36
#define XATTR_SELINUX_SUFFIX "
selinux
"
/system/extras/ext4_utils/
make_ext4fs_main.c
33
#include <
selinux
/
selinux
.h>
34
#include <
selinux
/label.h>
35
#include <
selinux
/android.h>
/frameworks/native/cmds/servicemanager/
service_manager.c
11
#include <
selinux
/android.h>
12
#include <
selinux
/avc.h>
66
ALOGE("
SELinux
: getpidcon(pid=%d) failed to retrieve pid context.\n", spid);
96
ALOGE("
SELinux
: Failed to find sehandle. Aborting service_manager.\n");
101
ALOGE("
SELinux
: No match for %s in service_contexts.\n", name);
369
ALOGE("
SELinux
: Failed to acquire sehandle. Aborting.\n");
374
ALOGE("
SELinux
: Failed to acquire service_manager context. Aborting.\n");
/system/core/init/
init.c
35
#include <
selinux
/
selinux
.h>
36
#include <
selinux
/label.h>
37
#include <
selinux
/android.h>
238
ERROR("Warning! Service %s needs a
SELinux
domain defined; please fix!\n", svc->name);
874
ERROR("
SELinux
: Could not load property_contexts: %s\n",
878
INFO("
SELinux
: Loaded property contexts from %s\n", seopts_prop[policy_index].value);
894
if (access("/sys/fs/
selinux
", F_OK) != 0) {
895
/*
SELinux
is not compiled into the kernel, or has been disabled
896
* via the kernel command line "
selinux
=0"
[
all
...]
/bootable/recovery/etc/
init.rc
4
# Apply strict
SELinux
checking of PROT_EXEC on mmap/mprotect calls.
5
write /sys/fs/
selinux
/checkreqprot 0
/external/libselinux/include/selinux/
label.h
11
#include <
selinux
/
selinux
.h>
/external/qemu/distrib/libselinux/include/selinux/
label.h
11
#include <
selinux
/
selinux
.h>
/external/iptables/extensions/
libxt_SECMARK.c
22
" --selctx value Set the
SELinux
security context\n");
/bootable/recovery/minzip/
Zip.h
21
#include <
selinux
/
selinux
.h>
22
#include <
selinux
/label.h>
/external/libsepol/src/
context_record.c
11
/*
Selinux
user */
14
/*
Selinux
role */
17
/*
Selinux
type */
user_record.c
39
"could not create
selinux
user key");
309
"could not create
selinux
user record");
356
ERR(handle, "could not clone
selinux
user record");
/ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk
12
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libsed --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl acl alloca btowc c-ctype extensions getline getopt gettext localcharset mbrlen mbrtowc mbsinit memchr mkstemp obstack pathmax regex rename
selinux
-h stat-macros stdbool strerror strverscmp unlocked-io verify wcrtomb wctob
513
## begin gnulib module
selinux
-h
515
libsed_a_SOURCES += se-context.in.h se-
selinux
.in.h
518
selinux
/
selinux
.h: se-
selinux
.in.h
520
$(MKDIR_P)
selinux
521
cp $(srcdir)/se-
selinux
.in.h $@-t
524
MOSTLYCLEANFILES +=
selinux
/
selinux
.h selinux/selinux.h-
[
all
...]
/bionic/libc/kernel/uapi/linux/
xattr.h
46
#define XATTR_SELINUX_SUFFIX "
selinux
"
/development/ndk/platforms/android-L/include/linux/
xattr.h
44
#define XATTR_SELINUX_SUFFIX "
selinux
"
/device/generic/qemu/
qemu_base.mk
71
#
SELinux
packages
/external/libselinux/src/
init.c
39
/* We check to see if the preferred mount point for
selinux
file
Completed in 1163 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>