sandboxie-py icon indicating copy to clipboard operation
sandboxie-py copied to clipboard

ConfigParser with duplicate keys?

Open threatlead opened this issue 9 years ago • 0 comments

Thanks for sharing the code. How can i write configuration with duplicate keys e.g.

sandboxie_configuration = {
    ...
    'ClosedFilePath': '\\Device\\CdRom*',
    'ClosedFilePath': '\\Device\\VBox*',
    'ClosedFilePath': '\\VBOXSVR\',
}

and then pass this configuration in create_sandbox(options=..)

Thanks in advance.

threatlead avatar Oct 14 '15 21:10 threatlead