security-misc/etc/sysctl.d/tcp_timestamps.conf

13 lines
290 B
Plaintext
Raw Normal View History

2019-10-07 12:30:56 +07:00
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
#### meta start
2019-10-07 15:25:45 +07:00
#### project Kicksecure
2019-10-07 12:30:56 +07:00
#### category networking and security
2019-10-07 15:24:02 +07:00
#### description
## disable IPv4 TCP Timestamps
2019-10-07 12:30:56 +07:00
2016-03-31 09:48:06 +07:00
net.ipv4.tcp_timestamps=0
2019-10-07 12:30:56 +07:00
#### meta end