HomeSort by relevance Sort by last modified time
    Searched refs:drop_root (Results 1 - 3 of 3) sorted by null

  /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()) {
  /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();

Completed in 468 milliseconds