From a8b9c06683b2736f484c124e66c50fbb59c9008c Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 24 Mar 2020 12:24:25 +1000 Subject: TODO++ --- src/sledjchisl/sledjchisl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/sledjchisl/sledjchisl.c') diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4ca9b4e..915459a 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -485,6 +485,7 @@ char *logTypes[] = "36", "TIMEOUT", // cyan "97;40", "INFO", // white "90", "DEBUG", // grey +// VERBOSE? UNKNOWN? FATAL? SILENT? All from Android aparently. "35", "debug", // magenta "34", "timeout", // blue }; @@ -4693,7 +4694,8 @@ jit library is loaded or the JIT compiler will not be activated. if ((! qfile_exist(scLib)) && (! qfile_mkdir(scLib, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", scLib); if ((! qfile_exist(scRun)) && (! qfile_mkdir(scRun, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP, true))) C("Unable to create path %s", scRun); if ((! qfile_exist(scBackup)) && (! qfile_mkdir(scBackup, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", scBackup); -// TODO - the path to scCache/sledjchisl.socket needs to be readable by the www-data group. +// TODO - the path to scCache/sledjchisl.socket needs to be readable by the www-data group. So the FCGI socket will work. +// AND it needs to be group sticky on opensimsc group. So the tmux socket will work. if ((! qfile_exist(scCache)) && (! qfile_mkdir(scCache, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", scCache); if ((! qfile_exist(scData)) && (! qfile_mkdir(scData, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", scData); if ((! qfile_exist(scLog)) && (! qfile_mkdir(scLog, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", scLog); -- cgit v1.1