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 214 /* function: drop_root
217 void drop_root() { function
220 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
227 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
231 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
245 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno));
435 drop_root();

Completed in 360 milliseconds