mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 13:14:19 +03:00
limine-install: Ensure stack is not executable on UNIX/ELF
This commit is contained in:
parent
f9f38f0c39
commit
5176a2303e
@ -19,6 +19,10 @@ __binary_limine_hdd_bin_end:
|
||||
|
||||
#elif defined (__linux__) || defined (__unix__)
|
||||
|
||||
#if defined (__ELF__)
|
||||
.section .note.GNU-stack, "", %progbits
|
||||
#endif
|
||||
|
||||
.section .data
|
||||
.global _binary_limine_hdd_bin_start
|
||||
_binary_limine_hdd_bin_start:
|
||||
|
Loading…
x
Reference in New Issue
Block a user