aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/launch.bwrap.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-10 00:11:04 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-10 00:11:04 +0900
commit8f03ddc3fa5f559eb58275fa0c64cf87e9d64b0b (patch)
tree38316f63028ec6535bb94f57c5586e1bd692f5c1 /internal/app/launch.bwrap.go
parentd41b9d2d9ceb60ceb601af991441e70929801c42 (diff)
app: remove bubblewrap launch method
Launch methods serve the primary purpose of setting UID in the init namespace, which bubblewrap does not do. Furthermore, all applications will start within a bubblewrap sandbox once it has been implemented. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/launch.bwrap.go')
-rw-r--r--internal/app/launch.bwrap.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/app/launch.bwrap.go b/internal/app/launch.bwrap.go
deleted file mode 100644
index f172843c..00000000
--- a/internal/app/launch.bwrap.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package app
-
-// TODO: launch dbus proxy via bwrap
-
-func (a *app) commandBuilderBwrap() (args []string) {
- // TODO: build bwrap command
- panic("bwrap")
-}