From 44277dc0f1fd1806f5ceea34246a4c805a06b61b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 00:13:14 +0900 Subject: dbus: run in native sandbox Signed-off-by: Ophestra --- dbus/samples_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/samples_test.go') diff --git a/dbus/samples_test.go b/dbus/samples_test.go index 75ed0225..31c163d5 100644 --- a/dbus/samples_test.go +++ b/dbus/samples_test.go @@ -7,9 +7,9 @@ import ( ) const ( - sampleHostPath = "/run/user/1971/bus" + sampleHostPath = "/tmp/bus" sampleHostAddr = "unix:path=" + sampleHostPath - sampleBindPath = "/tmp/fortify.1971/12622d846cc3fe7b4c10359d01f0eb47/bus" + sampleBindPath = "/tmp/proxied_bus" ) var samples = []dbusTestCase{ -- cgit v1.3.1