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:
parent
484782e7f4
commit
770818b715
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue