Commit Graph

7 Commits (master)

Author SHA1 Message Date
FlightlessMango 03d64e5afb params: exec_name 1 year ago
jackun 4862d83b60
Make `add_blacklist` const&
Might be optimized by compiler already but who knows.
3 years ago
Alessandro Toia 7c80dc53ef Allow users to add a new item to the blacklist from config file 4 years ago
larskraemer a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
4 years ago
jackun 44060c2b80
Force blacklist re-check at certain points
Wine preloader that executed a non-blacklisted app may execute a blacklisted app,
or vice versa, and previous check applies to new app too.
4 years ago
jackun a8f01a75e6
Use std::array for blacklist
More annoying to add entries but maybe more streamlined
4 years ago
Sporif c4a00704cf Separate out blacklist implementation 4 years ago