Skip to content

Commit

Permalink
Remove check for executable bit on shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cbdevnet committed Dec 4, 2019
1 parent bb6e54e commit 8979c52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ int plugins_load(char* path){
continue;
}

if(!(file_stat.st_mode & S_IXUSR)){
continue;
}

if(plugin_attach(path, entry->d_name)){
goto load_done;
}
Expand Down

0 comments on commit 8979c52

Please sign in to comment.