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 195 /* function: drop_root
198 void drop_root() { function
201 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
208 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
212 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
226 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno));
537 drop_root();

Completed in 117 milliseconds