Compare commits
2 Commits
ff68d4f36b
...
715addaccd
Author | SHA1 | Date | |
---|---|---|---|
715addaccd | |||
b31d055e20 |
@ -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(innerFortify, innerInit)
|
conf.Symlink("fortify", 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