We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f68b commit 9da6df3Copy full SHA for 9da6df3
src/utils/system_uuid.jl
@@ -2,7 +2,7 @@ const SYSTEM_UUIDS = Dict{Int,UUID}()
2
3
function system_uuid_fallback()
4
get!(SYSTEM_UUIDS, myid()) do
5
- username = get(ENV, "USER", "__global")
+ username = hash(get(ENV, "USER", "__global"))
6
uuid_file = joinpath(tempdir(), "dagger-system-uuid-$username")
7
if !isfile(uuid_file)
8
temp_uuid_file, temp_io = mktemp(; cleanup=false)
0 commit comments