feat: working bwrap wrapper for sanbox, to be refactored to nested path pased sourcing

This commit is contained in:
2026-03-18 12:19:06 +00:00
parent 959d2fb569
commit 3949ee98bc
5 changed files with 361 additions and 17 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func newRootCommand() *cobra.Command {
}
func ensureDependencies() error {
for _, name := range []string{"script"} {
for _, name := range []string{"script", "bwrap", "bash"} {
if _, err := exec.LookPath(name); err != nil {
return fmt.Errorf("required command %q not found in PATH", name)
}