aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/bundle.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fpkg/bundle.go')
-rw-r--r--cmd/fpkg/bundle.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/fpkg/bundle.go b/cmd/fpkg/bundle.go
index 22b9de28..5c9db725 100644
--- a/cmd/fpkg/bundle.go
+++ b/cmd/fpkg/bundle.go
@@ -38,6 +38,13 @@ type bundleInfo struct {
// passed through to [fst.Config]
Enablements system.Enablements `json:"enablements"`
+ // passed through inverted to [bwrap.SyscallPolicy]
+ Devel bool `json:"devel,omitempty"`
+ // passed through to [bwrap.SyscallPolicy]
+ Multiarch bool `json:"multiarch,omitempty"`
+ // passed through to [bwrap.SyscallPolicy]
+ Bluetooth bool `json:"bluetooth,omitempty"`
+
// allow gpu access within sandbox
GPU bool `json:"gpu"`
// store path to nixGL mesa wrappers