summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs.pm')
-rw-r--r--perl-install/fs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/fs.pm b/perl-install/fs.pm
index 3562f3cf1..493dc2ca6 100644
--- a/perl-install/fs.pm
+++ b/perl-install/fs.pm
@@ -271,7 +271,7 @@ sub mount_options_help {
}
sub set_default_options {
- my ($all_hds, $useSupermount, $iocharset, $codepage) = @_;
+ my ($all_hds, $useSupermount, $security, $iocharset, $codepage) = @_;
my @removables = @{$all_hds->{raw_hds}};
@@ -304,7 +304,7 @@ sub set_default_options {
}
if (isFat($part) || $is_auto) {
put_in_hash($options, {
- user => 1, 'umask=0' => 1, exec => 1,
+ user => 1, 'umask=0' => $security < 3, exec => 1,
'iocharset=' => $iocharset, 'codepage=' => $codepage,
});
}