OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setexeccon
(Results
1 - 16
of
16
) sorted by null
/external/toybox/toys/android/
runcon.c
24
if (
setexeccon
(context)) perror_exit("Could not set context to %s", context);
/external/selinux/libselinux/src/
setexecfilecon.c
43
rc =
setexeccon
(newcon);
selinux_internal.h
51
hidden_proto(
setexeccon
)
procattr.c
335
hidden_def(
setexeccon
)
/external/libselinux/include/selinux/
selinux.h
34
security contexts, unlike exec-based transitions performed via
setexeccon
.
35
When possible, decompose your application and use
setexeccon
()+execve()
56
extern int
setexeccon
(const char * con);
/external/libselinux/src/
selinux_internal.h
47
hidden_proto(
setexeccon
)
procattr.c
172
hidden_def(
setexeccon
)
/external/selinux/policycoreutils/run_init/
run_init.c
404
if (
setexeccon
(new_context) < 0) {
/system/vold/
Utils.cpp
259
if (
setexeccon
(context)) {
260
LOG(ERROR) << "Failed to
setexeccon
";
264
if (
setexeccon
(nullptr)) {
265
LOG(ERROR) << "Failed to
setexeccon
";
291
if (
setexeccon
(context)) {
292
LOG(ERROR) << "Failed to
setexeccon
";
296
if (
setexeccon
(nullptr)) {
297
LOG(ERROR) << "Failed to
setexeccon
";
cryptfs.c
[
all
...]
/external/selinux/libselinux/include/selinux/
selinux.h
35
security contexts, unlike exec-based transitions performed via
setexeccon
.
36
When possible, decompose your application and use
setexeccon
()+execve()
61
extern int
setexeccon
(const char * con);
/external/selinux/policycoreutils/sandbox/
sandbox
470
selinux.
setexeccon
(self.__execcon)
472
selinux.
setexeccon
(None)
seunshare.c
838
* with
setexeccon
*/
840
/* failed; fall back to
setexeccon
*/
841
if (
setexeccon
(execcon) != 0) {
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
640
def
setexeccon
(*args):
function
641
return _selinux.
setexeccon
(*args)
642
setexeccon
= _selinux.
setexeccon
variable
[
all
...]
/external/selinux/policycoreutils/newrole/
newrole.c
[
all
...]
/system/core/init/
service.cpp
456
if (
setexeccon
(seclabel_.c_str()) < 0) {
457
ERROR("cannot
setexeccon
('%s'): %s\n",
Completed in 415 milliseconds