common/hooks: support application/x-pie-executable (from file 5.33).
This commit is contained in:
parent
9f9ab51f9a
commit
d30a239d41
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ hook() {
|
|||
attach_debug "$f"
|
||||
fi
|
||||
;;
|
||||
application/x-sharedlib*)
|
||||
application/x-sharedlib*|application/x-pie-executable*)
|
||||
chmod +w "$f"
|
||||
# shared library
|
||||
make_debug "$f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue