Home | History | Annotate | Download | only in run-as

Lines Matching refs:uid

38  *  This program runs as set-uid root on Android production devices.
45 * until the uid/gid has been dropped to that of a normal user
105 int myuid, uid, gid;
126 if (info.uid < AID_APP) {
138 if (check_data_path(info.dataDir, info.uid) < 0) {
159 uid = gid = info.uid;
160 if(setresgid(gid,gid,gid) || setresuid(uid,uid,uid)) {