From 8979c52e767791f97f462835a9e4c5e66d1112cc Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 4 Dec 2019 22:53:27 +0100 Subject: Remove check for executable bit on shared libraries --- plugin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin.c b/plugin.c index a14baff..c7c9812 100644 --- a/plugin.c +++ b/plugin.c @@ -141,10 +141,6 @@ load_done: continue; } - if(!(file_stat.st_mode & S_IXUSR)){ - continue; - } - if(plugin_attach(path, entry->d_name)){ goto load_done; } -- cgit v1.2.3