cmu-mars / p2c2-orchestrator

Used to orchestrate the various subsystems involved in Phase II CP2
0 stars 0 forks source link

Add support for blacklisting files #8

Closed ChrisTimperley closed 6 years ago

ChrisTimperley commented 6 years ago

It should be possible to exclude certain files from the scope of perturbation.

ChrisTimperley commented 6 years ago

The functionality is mostly implemented by __is_file_mutable, however the blacklist itself is rather incomplete. I ought to update it to remove irrelevant files from the scope of perturbation.

ChrisTimperley commented 6 years ago

Done.