Merge pull request #15 from synap5e/main

Fix for versions where GIO_USE_VFS is set to local
This commit is contained in:
Davide Berardi 2022-01-28 08:23:14 +01:00 committed by GitHub
commit 0e62c6eee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ int main(int argc, char **argv)
"PATH=GCONV_PATH=.", "PATH=GCONV_PATH=.",
"SHELL=/lol/i/do/not/exists", "SHELL=/lol/i/do/not/exists",
"CHARSET=PWNKIT", "CHARSET=PWNKIT",
"GIO_USE_VFS=",
NULL NULL
}; };
return execve("/usr/bin/pkexec", args, environ); return execve("/usr/bin/pkexec", args, environ);