diff --git a/exploits/linux/local/1518.c b/exploits/linux/local/1518.c index 21c2d333c..b5eaf678d 100644 --- a/exploits/linux/local/1518.c +++ b/exploits/linux/local/1518.c @@ -29,7 +29,7 @@ * $ id * uid=500(raptor) gid=500(raptor) groups=500(raptor) * $ gcc -g -c raptor_udf2.c - * $ gcc -g -shared -W1,-soname,raptor_udf2.so -o raptor_udf2.so raptor_udf2.o -lc + * $ gcc -g -shared -Wl,-soname,raptor_udf2.so -o raptor_udf2.so raptor_udf2.o -lc * $ mysql -u root -p * Enter password: * [...]