intercept: Account for more processes

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-10 19:13:06 +01:00
parent 49d68c52a7
commit 9c40a9d106
+3
View File
@@ -49,7 +49,10 @@ static inline char *get_process_name(void)
static bool is_intercept_candidate(void)
{
static const char *wanted_processes[] = {
"html5app_steam",
"opengl-program",
"steam",
"steamwebhelper",
};
autofree(char) *nom = NULL;