Compare commits

...

2 Commits

Author SHA1 Message Date
Jamie Cameron
2404e1ddfc Permissions update
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
2026-03-29 22:28:47 -07:00
Jamie Cameron
3a75f0f3f8 Sometimes ntfs is in lower case
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
https://github.com/webmin/webmin/issues/2635
2026-03-29 21:19:03 -07:00
5 changed files with 1 additions and 0 deletions

0
bsdfdisk/change_slice_label.cgi Normal file → Executable file
View File

0
bsdfdisk/save_slice_label.cgi Normal file → Executable file
View File

0
bsdfdisk/zfs_create.cgi Normal file → Executable file
View File

0
bsdfdisk/zvol_create.cgi Normal file → Executable file
View File

View File

@@ -1602,6 +1602,7 @@ else { return " $_[2] ".quotemeta($in{$_[0]}); }
'HFS', 'MacOS HFS', 'HFS', 'MacOS HFS',
'linux-swap', 'Linux Swap', 'linux-swap', 'Linux Swap',
'NTFS', 'Windows NTFS', 'NTFS', 'Windows NTFS',
'ntfs', 'Windows NTFS',
'reiserfs', 'ReiserFS', 'reiserfs', 'ReiserFS',
'ufs', 'FreeBSD UFS', 'ufs', 'FreeBSD UFS',
); );