mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
collabora: load seccomp profile on the fly
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
e614202a94
commit
4ba7f1ed64
7 changed files with 899 additions and 7 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue