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 2bffa4a commit 22e4affCopy full SHA for 22e4aff
WSLGd/main.cpp
@@ -301,7 +301,7 @@ try {
301
THROW_LAST_ERROR_IF(chmod(c_dbusDir, 0777) < 0);
302
303
std::filesystem::create_directories(c_x11RuntimeDir);
304
- THROW_LAST_ERROR_IF(chmod(c_x11RuntimeDir, 0777) < 0);
+ THROW_LAST_ERROR_IF(chmod(c_x11RuntimeDir, 01777) < 0);
305
306
std::filesystem::create_directories(c_xdgRuntimeDir);
307
THROW_LAST_ERROR_IF(chmod(c_xdgRuntimeDir, 0700) < 0);
0 commit comments