diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-14 02:27:02 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-14 02:27:02 +0900 |
| commit | 1302bcede057538665a4eb626357409d8cb515e8 (patch) | |
| tree | c4cac4388ef7550c65cc69370175db35b79112d7 /internal/shim/payload.go | |
| parent | 315c9b8849ae7ad764035dc6ceddc0bc35cb0c95 (diff) | |
init: custom init process inside sandbox
Bubblewrap as init is a bit awkward and don't support a few setup actions fortify will need, such as starting/supervising nscd.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/shim/payload.go')
| -rw-r--r-- | internal/shim/payload.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/shim/payload.go b/internal/shim/payload.go index 7248c86c..45a608d0 100644 --- a/internal/shim/payload.go +++ b/internal/shim/payload.go @@ -7,8 +7,8 @@ const EnvShim = "FORTIFY_SHIM" type Payload struct { // child full argv Argv []string - // bwrap, target full exec path - Exec [2]string + // fortify, bwrap, target full exec path + Exec [3]string // bwrap config Bwrap *bwrap.Config // whether to pass wayland fd |
