Searched defs:allow_setuid (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
H A Dmain.c68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) argument
84 ret = VG_(check_executable)(&is_setuid, exe_name, allow_setuid);
143 res = VG_(pre_exec_check)(exe, &fd, False/*allow_setuid*/);
250 False/*allow_setuid*/)) {
/external/valgrind/main/coregrind/
H A Dm_libcfile.c584 (allow_setuid == False), we refuse to run them (otherwise the
597 const HChar* f, Bool allow_setuid)
609 if ( (st.mode & (VKI_S_ISUID | VKI_S_ISGID)) && !allow_setuid ) {
616 if (!sr_isError(res) && !allow_setuid) {
596 check_executable( Bool* is_setuid, const HChar* f, Bool allow_setuid) argument

Completed in 312 milliseconds