singhularity: add comment to defaultToSuid

Add comment above "defaultToSuid = true" to explain it
and to keep it multi-line after formatting.
This commit is contained in:
Yueh-Shun Li 2024-04-25 13:57:33 +08:00
parent 484782e7f4
commit 770818b715
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ let
extraMeta.homepage = "https://sylabs.io/";
})
{
# Sylabs SingularityCE builders defaults to set the SUID flag
# on UNIX-like platforms,
# and only have --without-suid but not --with-suid.
defaultToSuid = true;
};