shared: SandboxedProcessor: Return NO_ACCESS when file not readable

This commit is contained in:
2022-06-23 15:24:49 +02:00
orang tua 01a6a499c5
melakukan 0867ab294d
2 mengubah file dengan 5 tambahan dan 0 penghapusan

Melihat File

@@ -11,6 +11,7 @@ enum DataSource
};
#define NOTHING_PROCESSED 4
#define NO_ACCESS 5
class Processor
{