OpenJudgeSystem icon indicating copy to clipboard operation
OpenJudgeSystem copied to clipboard

RestrictedProcess should restrict access to files

Open NikolayIT opened this issue 12 years ago • 1 comments

NikolayIT avatar Aug 25 '13 08:08 NikolayIT

Partially done with low integrity mode. Anyway process is still able to write in some places. More info: http://msdn.microsoft.com/en-us/library/bb625960.aspx

Windows Vista has specific file and registry locations that are assigned low mandatory labels to allow low-integrity applications write access.
Registry - Low-integrity processes can write to and create subkeys under HKEY_CURRENT_USER\Software\AppDataLow
File system - Low-integrity processes can write and create subfolders under %USER PROFILE%\AppData\LocalLow

NikolayIT avatar Aug 29 '13 19:08 NikolayIT