We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be3569 commit 37c16e1Copy full SHA for 37c16e1
php/src/Data/ConfigurationManager.php
@@ -757,7 +757,7 @@ public function GetNextcloudAdditionalPhpExtensions() : string {
757
758
public function GetCollaboraSeccompPolicy() : string {
759
$defaultString = '--o:security.seccomp=';
760
- if ($this->isSeccompDisabled()) {
+ if (!$this->isSeccompDisabled()) {
761
return $defaultString . 'true';
762
}
763
return $defaultString . 'false';
0 commit comments