diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-19 18:38:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-19 18:38:13 +0900 |
| commit | 2f705068658bf9c47a5fa829105111e46a7732a0 (patch) | |
| tree | 4f75a66cb84cf5452c865afbdb9784adfded79b3 /helper/bwrap/builder.go | |
| parent | cae567c1090ef12e9837f7dec4f43d030ec8f6b2 (diff) | |
helper/bwrap: move sync to helper state
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/bwrap/builder.go')
| -rw-r--r-- | helper/bwrap/builder.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/helper/bwrap/builder.go b/helper/bwrap/builder.go index bd67da1c..0fa3e6b5 100644 --- a/helper/bwrap/builder.go +++ b/helper/bwrap/builder.go @@ -161,10 +161,3 @@ func (c *Config) SetGID(gid int) *Config { } return c } - -// SetSync sets the sync pipe kept open while sandbox is running -// (--sync-fd FD) -func (c *Config) SetSync(s *os.File) *Config { - c.sync = s - return c -} |
