intercept: Allow Steam to use private libx264

Turns out Steam has a vendored x264 library to allow streaming, but right
now we're not whitelisting it. Fix that for issue #25.

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-11-04 18:07:04 +00:00
parent 981fe43071
commit 0a84ba7fc4
+1
View File
@@ -52,6 +52,7 @@ static const char *steam_allowed[] = {
"libavresample.so.",
"libavutil.so.",
"libswscale.so.",
"libx264.so.",
/* core plugins */
"chromehtml.so",