raster pushed a commit to branch v-0.25.0. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e57138122738fb1177e317c78c5d039b99a131d4
commit e57138122738fb1177e317c78c5d039b99a131d4 Author: Carsten Haitzler <[email protected]> Date: Tue Feb 1 12:28:49 2022 +0000 modules - add procstats to whitelist --- src/bin/e_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_module.c b/src/bin/e_module.c index 1bb37300b..cdc918637 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -786,6 +786,7 @@ _e_module_whitelist_check(void) "policy_mobile", "geolocation", "xwayland", + "procstats", NULL // end marker }; --
