> So why do you think it does not drop setuid root, the code does?

$ cat debian/patches/05_setuid.diff 
Index: acon-1.0.5/acon.c
Commented a statement that returns the user id to non-root. That made
some control keys to not work.
===================================================================
diff -ur acon/acon.c acon-1.0.5/acon.c
--- acon/acon.c 2003-07-18 22:09:06.000000000 +0300
+++ acon-1.0.5/acon.c   2007-02-23 08:16:32.000000000 +0200
@@ -308,7 +308,7 @@
 }
 void set_user_id(void)
 {
-       seteuid(user_id);
+       //seteuid(user_id); // aelmahmoudy
 }
 void set_acon_id(void)
 {
$

Helmut



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to