RE: RE: LD_PRELOAD explained
You are viewing a single comment's thread from:

RE: LD_PRELOAD explained

gtg(76)
Published in
#linux
Words
39
Reading
1 min
Listen
Play
1y

re: security implications
On Debian the dynamic linker goes into secure-execution mode not only for classic set-uid binaries but also whenever the file has POSIX capabilities (for example sudo setcap cap_dac_read_search=+ep /bin/find which grants find some extra superpowers, effectively restricts LD_PRELOAD on it)

@gtg: re: security | Ecency