Merge pull request #9 from shenzhui007/master

Update sysctl.conf
This commit is contained in:
K4YT3X
2022-08-04 12:12:37 -04:00
committed by GitHub

View File

@@ -288,3 +288,10 @@ net.ipv6.conf.all.accept_source_route = 0
#net.ipv6.icmp.echo_ignore_all = 1
#net.ipv6.icmp.echo_ignore_anycast = 1
#net.ipv6.icmp.echo_ignore_multicast = 1
# prevent unprivileged attackers from loading vulnerable line disciplines with the TIOCSETD ioctl
dev.tty.ldisc_autoload = 0
# disable syscall to the CAP_SYS_PTRACE capability
vm.unprivileged_userfaultfd = 0