mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 14:30:13 +00:00
collabora: load seccomp profile on the fly
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -58,4 +58,8 @@ class DataConst {
|
||||
public static function GetCommunityContainersDirectory() : string {
|
||||
return realpath(__DIR__ . '/../../../community-containers/');
|
||||
}
|
||||
|
||||
public static function GetCollaboraSeccompProfilePath() : string {
|
||||
return realpath(__DIR__ . '/../cool-seccomp-profile.json');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user