OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drop_root
(Results
1 - 7
of
7
) sorted by null
/external/android-clat/
clatd.c
159
/* function:
drop_root
162
void
drop_root
() {
function
165
logmsg(ANDROID_LOG_FATAL,"
drop_root
/setgroups failed: %s",strerror(errno));
172
logmsg(ANDROID_LOG_FATAL,"
drop_root
/setgid failed: %s",strerror(errno));
176
logmsg(ANDROID_LOG_FATAL,"
drop_root
/setuid failed: %s",strerror(errno));
190
logmsg(ANDROID_LOG_FATAL,"
drop_root
/capset failed: %s",strerror(errno));
497
drop_root
();
/frameworks/native/cmds/dumpstate/
DumpstateUtil.h
31
DROP_ROOT
,
92
/* Sets the command's PrivilegeMode as `
DROP_ROOT
` */
DumpstateUtil.cpp
107
values.account_mode_ =
DROP_ROOT
;
272
if (options.PrivilegeMode() ==
DROP_ROOT
&& !DropRootUser()) {
/external/ltp/testcases/kernel/security/filecaps/
verify_caps_exec.c
74
static void
drop_root
(int keep_perms)
function
103
drop_root
(DROP_PERMS);
168
drop_root
(keepperms);
/external/ltp/testcases/kernel/containers/utsname/
utstest.c
82
int
drop_root
(void)
function
337
if (!
drop_root
()) {
/prebuilts/abi-dumps/vndk/current/arm64/source-based/
libdumpstateutil.so.lsdump.gz
/prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libdumpstateutil.so.lsdump.gz
Completed in 8619 milliseconds