dbus: enable syscall filter
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
5a64cdaf4f
commit
5e90b08406
@ -67,6 +67,7 @@ func (p *Proxy) Start(ready chan error, output io.Writer, sandbox bool) error {
|
|||||||
Unshare: nil,
|
Unshare: nil,
|
||||||
Hostname: "fortify-dbus",
|
Hostname: "fortify-dbus",
|
||||||
Chdir: "/",
|
Chdir: "/",
|
||||||
|
Syscall: &bwrap.SyscallPolicy{DenyDevel: true, Multiarch: true},
|
||||||
Clearenv: true,
|
Clearenv: true,
|
||||||
NewSession: true,
|
NewSession: true,
|
||||||
DieWithParent: true,
|
DieWithParent: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user