From 0fc442be27fbff38ff3c52b219830c2a9084c9cd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Sep 2002 20:55:57 +0000 Subject: set umask=0 for ntfs partitions (currently only used when user sets the mount point to a ntfs partition) (suggested in bug #189) --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 6dc68a1a4..1cee0a1eb 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -460,7 +460,7 @@ sub set_default_options { }); } if (isThisFs('ntfs', $part) || $is_auto) { - put_in_hash($options, { 'iocharset=' => $iocharset }); + put_in_hash($options, { 'umask=0' => $security < 3, 'iocharset=' => $iocharset }); } if (isThisFs('iso9660', $part) || $is_auto) { put_in_hash($options, { user => 1, noexec => 0, 'iocharset=' => $iocharset }); -- cgit v1.2.1