Skip to content

Commit

Permalink
path: add /usr/libexec to shared paths
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Apr 23, 2023
1 parent b5ef5a0 commit 9e73375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions path_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func init() {
Dir("/lib", "rx"),
Dir("/lib64", "rx"),
Dir("/usr/lib", "rx"),
Dir("/usr/libexec", "rx"),
Dir("/usr/local/lib", "rx"),
Dir("/usr/local/lib64", "rx"),
File("/etc/ld.so.conf", "r"),
Expand Down

0 comments on commit 9e73375

Please sign in to comment.