diff options
author | Alice Frosi <afrosi@redhat.com> | 2022-11-03 14:36:14 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-11-03 14:36:14 +0100 |
commit | d2d05a79e959f54c98e901d08a7ab0ae37d09c23 (patch) | |
tree | efbf2f02b2d7f4dcf6b0d8d2024d51a2a0779970 | |
parent | a7aef7ef4f74e1155833c9abcf3720be40092282 (diff) | |
download | seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar.gz seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar.bz2 seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar.lz seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar.xz seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.tar.zst seitan-d2d05a79e959f54c98e901d08a7ab0ae37d09c23.zip |
qemu_filter: Use /var/run/qemu-pr-helper.sock as path to qemu-pr-helper
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | qemu_filter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_filter b/qemu_filter index 9ce4824..106dc1b 100644 --- a/qemu_filter +++ b/qemu_filter @@ -1,7 +1,7 @@ # syscall type args # type fd1: fd first argument, sockaddr_un with path, check and replace path -connect fd1_unix /tmp/qemu-pr-helper.sock /tmp/qemu-pr-helper.sock +connect fd1_unix /var/run/qemu-pr-helper.sock /var/run/qemu-pr-helper.sock # type fdret_src: source path first argument, check and replace, return fd mount fdret_src /escalate_badly /etc |