OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setcon
(Results
1 - 12
of
12
) sorted by null
/system/sepolicy/
runas.te
27
allow runas non_system_app_set:process dyntransition; #
setcon
kernel.te
88
# - You failed to
setcon
u:r:init:s0 in your init.rc and thus your init
zygote.te
117
#
setcon
(dyntransition) to any types other than those associated
init.te
296
# The init domain is only entered via
setcon
from the kernel domain,
domain.te
219
# init starts in kernel domain and switches to init domain via
setcon
in
/external/selinux/libselinux/man/man3/
getcon.3
9
setcon
\- set current security context of a process
34
.BI "int
setcon
(char * " context );
65
.BR
setcon
()
86
.BR
setcon
()
90
.BR
setcon
()
94
.BR
setcon
()
99
.BR
setcon
()
107
.BR
setcon
()
110
.BR
setcon
()
/external/libselinux/include/selinux/
selinux.h
37
as a result of a
setcon
() unless policy allows it to use descriptors opened
39
extern int
setcon
(const char * con);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
608
def
setcon
(*args):
function
609
return _selinux.
setcon
(*args)
610
setcon
= _selinux.
setcon
variable
[
all
...]
/external/selinux/libselinux/include/selinux/
selinux.h
38
as a result of a
setcon
() unless policy allows it to use descriptors opened
40
extern int
setcon
(const char * con);
/external/libselinux/src/
android.c
894
int ret =
setcon
(con);
898
System properties must be reinitialized after
setcon
() otherwise the
900
closed as a result of
setcon
().
[
all
...]
/external/selinux/libselinux/
ChangeLog
51
* getcon.3: Fix
setcon
description, from Stephen Smalley.
[
all
...]
/external/selinux/policycoreutils/sandbox/
seunshare.c
839
if (
setcon
(execcon) != 0) {
Completed in 303 milliseconds