From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 10:21:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11825106568B for ; Mon, 16 Jun 2008 10:21:24 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.232]) by mx1.freebsd.org (Postfix) with ESMTP id 920948FC19 for ; Mon, 16 Jun 2008 10:21:23 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by hu-out-0506.google.com with SMTP id 34so6889420hue.8 for ; Mon, 16 Jun 2008 03:21:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=zKXbsP1UBEH6FAMyHvFIB+SBIi2tJ9bu/VWh9BuyefE=; b=OQ+upx1w06WmaJJgH7/+NrTa8SBxTQfz6/8Wwm2QbOiniS2Np6Jd/2Qzobt5UxNk/D WAeu+0S9Yn2wZLtlUcq2sM2n/x2ui7ROZBWK/3/8dPEgixCE5NxwK0Z+S5gWiUcoqadb jXL9gAzdWTyes4FDt14RhbxlgAzRG9GfaAF2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=dzb8qfVSr9aVukLhAanyvPwwBqQRPhd1+N1+EfrpPma0vjkvYQPt0P6vvzjFxQwR26 ZG0bkVNuYHi9fRGpCZjKh67W2wTxFl78BfvRp+C1cjIk4dadcImK1EGRWC2uwsvCzcPZ YpEmIAT+LbOB8KqutBmzEC73Gwbuuxkmo8mcc= Received: by 10.78.138.14 with SMTP id l14mr2545474hud.69.1213611682101; Mon, 16 Jun 2008 03:21:22 -0700 (PDT) Received: from ?10.1.0.14? ( [85.10.195.13]) by mx.google.com with ESMTPS id 36sm8862911huc.21.2008.06.16.03.21.18 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Jun 2008 03:21:21 -0700 (PDT) From: Mister Olli To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 16 Jun 2008 10:21:03 +0000 Message-Id: <1213611664.6398.275.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit Subject: Enforce minimal file/ dir permissions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 10:21:24 -0000 Hi... on my filer I have to enforce minimal file permission of 664 for files and 755 for directorys. no user should be able to change them to a value less than that. any ideas how to do this? greetz olli