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>
This commit is contained in:
2024-10-10 00:11:04 +09:00
parent d41b9d2d9c
commit 8f03ddc3fa
5 changed files with 1 additions and 21 deletions

View File

@@ -148,7 +148,6 @@ in
type = enum [
"simple"
"sudo"
"bubblewrap"
"systemd"
];
default = "systemd";