From eugen@grosbein.pp.ru  Fri Jun 10 17:37:33 2005
Return-Path: <eugen@grosbein.pp.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CF15016A41C
	for <bug-followup@freebsd.org>; Fri, 10 Jun 2005 17:37:33 +0000 (GMT)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F00E43D67
	for <bug-followup@freebsd.org>; Fri, 10 Jun 2005 17:37:22 +0000 (GMT)
	(envelope-from eugen@grosbein.pp.ru)
Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1])
	by grosbein.pp.ru (8.13.1/8.13.1) with ESMTP id j5AHb4lx001537;
	Sat, 11 Jun 2005 01:37:04 +0800 (KRAST)
	(envelope-from eugen@grosbein.pp.ru)
Received: (from eugen@localhost)
	by grosbein.pp.ru (8.13.1/8.13.1/Submit) id j5AHb3E7001536;
	Sat, 11 Jun 2005 01:37:03 +0800 (KRAST)
	(envelope-from eugen)
Message-Id: <20050610173703.GA1499@grosbein.pp.ru>
Date: Sat, 11 Jun 2005 01:37:03 +0800
From: Eugene Grosbein <eugen@kuzbass.ru>
To: bug-followup@freebsd.org
Cc: "Loren M. Lang" <lorenl@alzatex.com>
Subject: Re: [PATCH] mount_msdosfs When a mask, but no dirmask specified, add X bits to dirmask.

>Number:         82126
>Category:       bin
>Synopsis:       Re: [PATCH] mount_msdosfs When a mask, but no dirmask specified, add X bits to dirmask.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 10 17:40:14 GMT 2005
>Closed-Date:    Fri Jun 10 23:32:21 GMT 2005
>Last-Modified:  Fri Jun 10 23:32:21 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 > Currently, when a file mask is set, but no directory mask, it sets
 > the directory mask to the file mask.  Or when no mask it set at all, it uses
 > the permissions on the mount point for both the directory and file mask.
 
 This was done intentionaly to satisfy POLA when '-M' option was introduced
 because it worked exactly this way before.
 
 > This patch causes mount_msdosfs to enable the access(X) bit for the directory
 > mask everywhere either a read or write permission is set.  This allows me
 > to set a file mask with -m 644 or by changing the permissions on the mount
 > point to 644 and have directories work correctly with the corresponding 755
 > permissions.
 
 Just use -m 644 -M 755 options together.
 
 Eugene Grosbein
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Jun 10 23:31:49 GMT 2005 
State-Changed-Why:  
Misfiled followup to bin/81989; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jun 10 23:31:49 GMT 2005 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=82126 
>Unformatted:
