Commit Graph

7 Commits

Author SHA1 Message Date
FlightlessMango
03d64e5afb params: exec_name 2023-01-08 05:26:21 +01:00
jackun
4862d83b60
Make add_blacklist const&
Might be optimized by compiler already but who knows.
2020-12-26 22:55:39 +02:00
Alessandro Toia
7c80dc53ef Allow users to add a new item to the blacklist from config file 2020-11-17 19:35:05 -08:00
larskraemer
a28931ef6b
General cleanup (#272)
* Cleanup unused struct fields, use uniform include guards
2020-07-06 20:31:40 +03:00
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.
2020-06-21 14:18:56 +03:00
jackun
a8f01a75e6
Use std::array for blacklist
More annoying to add entries but maybe more streamlined
2020-05-12 20:34:30 +03:00
Sporif
c4a00704cf Separate out blacklist implementation 2020-04-18 17:53:41 +01:00