Received: (at submit) by bugs.debian.org; 4 Dec 1996 21:26:40 +0000 Received: (qmail 7393 invoked from network); 4 Dec 1996 21:26:37 -0000 Received: from i17linuxb.ists.pwr.wroc.pl (root@156.17.35.8) by master.debian.org with SMTP; 4 Dec 1996 21:26:36 -0000 Received: by i17linuxb.ists.pwr.wroc.pl id m0vVOaB-0007qSC (Debian Smail-3.2 1996-Jul-4 #3); Wed, 4 Dec 1996 22:10:19 +0100 (MET) Message-Id: <m0vVOaB-0007qSC@i17linuxb.ists.pwr.wroc.pl> From: marekm@i17linuxb.ists.pwr.wroc.pl (Marek Michalkiewicz) Subject: users can't remove print jobs To: submit@bugs.debian.org Date: Wed, 4 Dec 1996 22:10:19 +0100 (MET) X-Mailer: ELM [version 2.4 PL25 PGP2] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 995 Package: lpr Version: 5.9-13 Ordinary users can't use the "lprm" command to remove their own print jobs. All they get is "Permission denied". Works fine for root. Permissions seem to be correct - they are as follows: bash$ ls -al /usr/bin/lp* -rwxr-xr-x 1 root root 4969 Nov 24 21:04 /usr/bin/lpf -rwsr-sr-x 1 root lp 13317 Nov 24 21:04 /usr/bin/lpq -rwsr-sr-x 1 root lp 14277 Nov 24 21:04 /usr/bin/lpr -rwsr-sr-x 1 root lp 13157 Nov 24 21:04 /usr/bin/lprm -rwxr-xr-x 1 root root 3329 Nov 24 21:04 /usr/bin/lptest bash$ ls -al /var/spool/lpd/lp/ total 10 drwxrwsr-x 2 root lp 2048 Dec 4 21:35 . drwxrwsr-x 6 root lp 2048 Nov 14 17:08 .. -rw-r----x 1 root lp 4 Dec 4 21:25 .seq -rw-r--r-- 1 root lp 20 Dec 4 21:25 lock -rw-rw-r-- 1 root lp 26 Dec 4 21:25 status Is this problem caused by the recent security fixes? :-) Marek