diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-10 00:11:04 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-10 00:11:04 +0900 |
| commit | 8f03ddc3fa5f559eb58275fa0c64cf87e9d64b0b (patch) | |
| tree | 38316f63028ec6535bb94f57c5586e1bd692f5c1 /flag.go | |
| parent | d41b9d2d9ceb60ceb601af991441e70929801c42 (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 'flag.go')
| -rw-r--r-- | flag.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ func init() { } func init() { - methodHelpString := "Method of launching the child process, can be one of \"sudo\", \"bubblewrap\"" + methodHelpString := "Method of launching the child process, can be one of \"sudo\"" if internal.SdBootedV { methodHelpString += ", \"systemd\"" } |
