···453453 }
454454 }
455455456456+ # Preserve umask (fmask, dmask) settings for vfat filesystems.
457457+ # (The default is to mount these world-readable, but that's a security risk
458458+ # for the EFI System Partition.)
459459+ if ($fsType eq "vfat") {
460460+ for (@superOptions) {
461461+ if ($_ =~ /fmask|dmask/) {
462462+ push @extraOptions, $_;
463463+ }
464464+ }
465465+ }
466466+456467 # is this a stratis fs?
457468 my $stableDevPath = findStableDevPath $device;
458469 my $stratisPool;