The customer is using the ImportFileList translation function and accidentally parsed an invalid character @sep1 entry from csv CSP agent event, and this resulted in the behavior that all registry writable rules for this sandbox stopped working.
CSP 8.0.2
Windows 10 64bit
Standalone Policy Deployment with sisipsconfig -P
When @sep1 is added to the xml list it is making the entire XML format invalid but because "-" sign was added.
This behavior is by design. Usage of "-" sign in front of ImportFileList is optional, and it should be used with caution.
Remove "-" sign from list reference
Before the change:
%?-ImportFileList
After the change:
%?ImportFileList