diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-17 00:13:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-17 00:13:14 +0900 |
| commit | 44277dc0f1fd1806f5ceea34246a4c805a06b61b (patch) | |
| tree | 568e10c40ebace8e7fdf39c5afd5625db45e7729 /dbus/samples_test.go | |
| parent | bc54db54d2b33e5ed29667be69d0c07eed9bb007 (diff) | |
dbus: run in native sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dbus/samples_test.go')
| -rw-r--r-- | dbus/samples_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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{ |
