diff options
Diffstat (limited to 'testing/hosts/default/etc/sysctl.conf')
-rw-r--r-- | testing/hosts/default/etc/sysctl.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/hosts/default/etc/sysctl.conf b/testing/hosts/default/etc/sysctl.conf index cefc73f5e..43010d52e 100644 --- a/testing/hosts/default/etc/sysctl.conf +++ b/testing/hosts/default/etc/sysctl.conf @@ -57,4 +57,6 @@ net.ipv6.conf.all.forwarding=1 # # Log Martian Packets #net.ipv4.conf.all.log_martians = 1 -# + +# Enable coredump for suid binaries +fs.suid_dumpable = 1 |