I am running valgrind as follows:-
/usr/local/bin/valgrind "process_name"
After excecution its giving me following error
==21731==
==21731== Warning: Can't execute setuid/setgid executable:
==21731== Possible workaround: remove --trace-children=yes, if in effect
==21731==
valgrind: "process name": Permission denied
My valgrind permission is as follows :- -r-sr-xr-x /usr/local/bin/valgrind
My process permission is as follows:- -r-sr-xr-x "process_name"
Platform : Linux VMLINUX3 2.6.9-78.0.22.ELsmp(RHEL)
Valgrind version: valgrind-3.5.0
Any help on this will be appreciated