annotate .hgignore @ 1861:2b3a8026a6ce

Add re-exec for server This allows ASLR to re-randomize the address space for every connection, preventing some vulnerabilities from being exploitable by repeated probing. Overhead (memory and time) is yet to be confirmed. At present this is only enabled on Linux. Other BSD platforms with fexecve() would probably also work though have not been tested.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 30 Jan 2022 10:14:56 +0800
parents 60cd5cdb165c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1838
60cd5cdb165c Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents: 1348
diff changeset
1 \..*\.swp
1348
5c2899e35b63 fuzz harness
Matt Johnston <matt@ucc.asn.au>
parents:
diff changeset
2 .*~
1838
60cd5cdb165c Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents: 1348
diff changeset
3 tags
60cd5cdb165c Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents: 1348
diff changeset
4 .pytest*
60cd5cdb165c Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents: 1348
diff changeset
5 .*\.pyc
60cd5cdb165c Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents: 1348
diff changeset
6 test/venv