From 7224c1253228e5c29c78cb3f0f26ce34770f2356 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:24:26 +0200 Subject: Added ebuilds for kogaion desktop --- .../files/00-sabayon-anti-fork-bomb.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf (limited to 'app-misc/rogentos-version/files') diff --git a/app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf b/app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf new file mode 100644 index 00000000..4dcf561f --- /dev/null +++ b/app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf @@ -0,0 +1,20 @@ +# 00-sabayon-anti-fork-bomb.conf +# +# This file estabilishes Sabayon Linux default process +# limits to defend the system against malicious or faulty +# code that could potentially make the system unusable by +# spawning an excessive amount of processes. +# +# The root account is not affected by process number +# limitations. This way a root console can always kill any +# offending process, but an offending root process could +# still block the system. +# +# Each line describes a limit for a user in the form: +# +# + +* soft nproc 1300 +* hard nproc 1800 +root - nproc infinity + -- cgit v1.2.3