Tagged Questions
3
votes
1answer
124 views
Environment settings on setuid executables
I am observing a curious behavior when running a program with setuid bit enabled.
Program foo is owned by user bar with setuid bit set.
User execbar runs foo
foo reports that one of the dynamic ...