Searched refs:effective_uid (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/
H A Dusergroup.cpp35 return team->effective_uid == 0;
123 team->effective_uid = ruid;
135 && ruid != team->effective_uid) {
148 euid = team->effective_uid;
150 if (!privileged && euid != team->effective_uid
158 team->effective_uid = euid;
260 team->effective_uid = parent->effective_uid;
280 team->effective_uid = st.st_uid;
306 return effective ? team->effective_uid
[all...]
H A Dteam.cpp487 saved_set_uid = real_uid = effective_uid = -1;
2703 info->uid = team->effective_uid;
2808 if (uid != 0 && uid != team->effective_uid)
2902 sKernelTeam->effective_uid = 0;
3102 return team->effective_uid;
4487 uid_t effective_uid; member in struct:ExtendedTeamData
4508 teamClone.effective_uid = team->effective_uid;
4525 || info.AddInt32("euid", teamClone.effective_uid) != B_OK
H A Dsignal.cpp323 fSendingUser = team->effective_uid;
1366 uid_t currentUser = thread_get_current_thread()->team->effective_uid;
1370 return currentUser == 0 || currentUser == team->effective_uid;
H A DUserTimer.cpp1278 uid_t teamUID = timedTeam->effective_uid;
H A Dthread.cpp3058 || currentThread->team->effective_uid == 0
/haiku/headers/private/kernel/
H A Dthread_types.h291 uid_t effective_uid; member in struct:BKernel::Team

Completed in 67 milliseconds