summaryrefslogtreecommitdiffstats
path: root/src/runner.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-01-31 19:18:20 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-01-31 19:18:20 +0100
commitb9e28bd7990b597d707fb9a81880dc14accc9c41 (patch)
treefbb54d67bac841728450b62cd192095b9d3993b5 /src/runner.rs
parent6eb0851420b358132dd8a72312b25a1f7efd02de (diff)
downloadrebel-b9e28bd7990b597d707fb9a81880dc14accc9c41.tar
rebel-b9e28bd7990b597d707fb9a81880dc14accc9c41.zip
Unshare/subuid handling
Buildah is too slow for our usecase. Handle userns setup ourselves, so we can call runc directly.
Diffstat (limited to 'src/runner.rs')
-rw-r--r--src/runner.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runner.rs b/src/runner.rs
index 7b94573..a290aeb 100644
--- a/src/runner.rs
+++ b/src/runner.rs
@@ -1,4 +1,4 @@
-pub mod buildah;
+pub mod runc;
use std::io;