Compare commits
2 Commits
715addaccd
...
ff68d4f36b
Author | SHA1 | Date | |
---|---|---|---|
ff68d4f36b | |||
e2048547f6 |
@ -131,7 +131,7 @@ func Main() {
|
|||||||
innerInit = path.Join(innerSbin, "init")
|
innerInit = path.Join(innerSbin, "init")
|
||||||
)
|
)
|
||||||
conf.Bind(proc.MustExecutable(), innerFortify)
|
conf.Bind(proc.MustExecutable(), innerFortify)
|
||||||
conf.Symlink("fortify", innerInit)
|
conf.Symlink(innerFortify, innerInit)
|
||||||
|
|
||||||
helper.BubblewrapName = payload.Exec[0] // resolved bwrap path by parent
|
helper.BubblewrapName = payload.Exec[0] // resolved bwrap path by parent
|
||||||
if b, err := helper.NewBwrap(conf, nil, innerInit,
|
if b, err := helper.NewBwrap(conf, nil, innerInit,
|
||||||
|
Loading…
Reference in New Issue
Block a user