From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 28 20:50:08 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73F22106566C for ; Tue, 28 Feb 2012 20:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 564948FC0C for ; Tue, 28 Feb 2012 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1SKo8v6011630 for ; Tue, 28 Feb 2012 20:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1SKo84v011629; Tue, 28 Feb 2012 20:50:08 GMT (envelope-from gnats) Date: Tue, 28 Feb 2012 20:50:08 GMT Message-Id: <201202282050.q1SKo84v011629@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: J B Cc: Subject: Re: kern/165533: [lpr] [patch] wrong 661 permission for /var/spool/output/lpd/.seq (should be 660) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: J B List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 20:50:08 -0000 The following reply was made to PR kern/165533; it has been noted by GNATS. From: J B To: bug-followup@FreeBSD.org, mexas@bristol.ac.uk Cc: Subject: Re: kern/165533: [lpr] [patch] wrong 661 permission for /var/spool/output/lpd/.seq (should be 660) Date: Tue, 28 Feb 2012 21:40:08 +0100 Regarding fix to .seq file permission: http://ftp.utcluj.ro/pub/docs/ldp/bible-src/howtos/printing.html ... The Important Files Apart from the programs discussed above, each spool directory should contain four files - .seq, errs. lock and status. These files should have the permissions "-rw-rw-r--". The .seq file contains the job number counter for lpr to assign ... So, we can relax the permission to 0664. jb