mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Disable executable stack in libFLAC.so.
This allows programs using it to run correctly on SE Linux systems, and with exec-shield. Patch from Russell Coker <russell@coker.com.au> via Debian.
This commit is contained in:
@@ -73,3 +73,6 @@
|
||||
_%1:
|
||||
%1:
|
||||
%endmacro
|
||||
|
||||
section .note.GNU-stack progbits noalloc noexec nowrite align=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user