Searched refs:allow_setuid (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_ume.h85 Bool allow_setuid);
H A Dpub_core_libcfile.h84 const HChar* f, Bool allow_setuid);
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
/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*/)) {

Completed in 126 milliseconds