Skip to content

Instantly share code, notes, and snippets.

@Ryanb58
Created August 15, 2018 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryanb58/c1f52955a13472004982937e164af92d to your computer and use it in GitHub Desktop.
Save Ryanb58/c1f52955a13472004982937e164af92d to your computer and use it in GitHub Desktop.
Custom SysCTL Changes on DrPepper

--- /etc/sysctl.conf 2018-03-18 19:29:11.085404567 -0400 +++ /etc/sysctl.conf.dpkg-new 2018-01-17 17:35:48.000000000 -0500 @@ -58,5 +58,20 @@

Log Martian Packets

#net.ipv4.conf.all.log_martians = 1

-fs.inotify.max_user_watches=524288

+################################################################### +# Magic system request Key +# 0=disable, 1=enable all +# Debian kernels have this set to 0 (disable the key) +# See https://www.kernel.org/doc/Documentation/sysrq.txt +# for what other values do +#kernel.sysrq=1 + +################################################################### +# Protected links +# +# Protects against creating or following links under certain conditions +# Debian kernels have both set to 1 (restricted) +# See https://www.kernel.org/doc/Documentation/sysctl/fs.txt +#fs.protected_hardlinks=0 +#fs.protected_symlinks=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment