|
|
|
|
|
by khc
4505 days ago
|
|
From the FAQ: "Also a security issue with dynamically linked libraries are executables with the suid flag. A user can easily run dynamic library code using LD_PRELOAD in conjunction with some trivial program like ping. Using a static executable with the suid flag eliminates this problem completely." Have the authors actually tried this? Using LD_PRELOAD with suid programs won't work. |
|