-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from golemfactory/late-chroot
Late chroot
- Loading branch information
Showing
10 changed files
with
1,214 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "runtime/init-container/liburing"] | ||
path = runtime/init-container/liburing | ||
url = https://github.com/axboe/liburing | ||
[submodule "runtime/init-container/libseccomp"] | ||
path = runtime/init-container/libseccomp | ||
url = https://github.com/seccomp/libseccomp.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#ifndef GOLEM_INIT_SANDBOX_H | ||
#define GOLEM_INIT_SANDBOX_H GOLEM_INIT_SANDBOX_H | ||
// Prepares for sandbox setup | ||
void setup_sandbox(void); | ||
// Actually enforces the sandbox. | ||
void sandbox_apply(void); | ||
#endif |
Submodule libseccomp
added at
f1c319
Oops, something went wrong.