Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 411 Bytes

SECURITY.md

File metadata and controls

35 lines (18 loc) · 411 Bytes

Security

For the curious - this is all on by default:

ASLR:

  • Stack Randomization

  • Heap Randomization

  • Library Randomization

  • Binary Randomization

Page Protections:

  • Stack Execution off by Default

  • Heap Execution off by Default

  • Null Page is Not Mapped

  • Stack Cookies/Canaries

  • Rodata no execute

  • Text no write

Other Considerations

  • Single Process

  • No Users

  • No Shell