shared: SandboxedProcessor: Return NO_ACCESS when file not readable
此提交包含在:
@@ -92,6 +92,10 @@ int SandboxedProcessor::process()
|
||||
processor = defaultTextProcessor;
|
||||
}
|
||||
}
|
||||
if(!fileInfo.isReadable())
|
||||
{
|
||||
return NO_ACCESS;
|
||||
}
|
||||
if(processor == nullptr || processor == nothingProcessor)
|
||||
{
|
||||
/* Nothing to do */
|
||||
|
新增問題並參考
封鎖使用者