diff options
Diffstat (limited to 'app-misc/rogentos-version/files')
-rw-r--r-- | app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf | 20 |
1 files changed, 0 insertions, 20 deletions
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 deleted file mode 100644 index 4dcf561f..00000000 --- a/app-misc/rogentos-version/files/00-sabayon-anti-fork-bomb.conf +++ /dev/null @@ -1,20 +0,0 @@ -# 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: -# -# <domain> <type> <item> <value> - -* soft nproc 1300 -* hard nproc 1800 -root - nproc infinity - |