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

  /external/android-clat/
clatd.c 221 /* function: drop_root
224 void drop_root() { function
227 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
234 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
238 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
252 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno));
492 drop_root();

Completed in 58 milliseconds