On Mon, Mar 25, 2013 at 11:19:16AM +0100, Detlev Zundel wrote: > I started debugging at and it turns out that 'at' cannot even read > /etc/at.deny and thus concludes that no user except root should be > allowed to use it (seen easily also in strace): > > bash[2]$ strace -e open atq
Hi Detlev, atq is setuid and setguid, but those flags are ignored when running under strace or gdb. strace's -u flag documents how to get an accurate trace. Regards, Steve -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org