diff --git a/iceoryx_utils/include/iceoryx_utils/posix_wrapper/file_lock.hpp b/iceoryx_utils/include/iceoryx_utils/posix_wrapper/file_lock.hpp index 28e5302941..5357198688 100644 --- a/iceoryx_utils/include/iceoryx_utils/posix_wrapper/file_lock.hpp +++ b/iceoryx_utils/include/iceoryx_utils/posix_wrapper/file_lock.hpp @@ -45,7 +45,7 @@ enum class FileLockError INTERNAL_LOGIC_ERROR, }; -constexpr char PATH_PREFIX[] = "/var/lock/"; +constexpr char PATH_PREFIX[] = "/tmp/"; /// @brief Posix file lock C++ wrapping class /// Following RAII, the lock is acquired on creation and released on destruction. Releasing the locks works even