++## cgrulesengd is a daemon, which distributes processes ++## to control groups. When any process changes its ++## effective UID or GID, cgred inspects list of ++## rules loaded from cgrules.conf file and moves the ++## process to the appropriate control group. ++##
++##++## The list of rules is read during the daemon startup and ++## are cached in daemon’s memory. The daemon reloads the ++## list of rules when it receives SIGUSR2 signal. ++##
++##++## DenyHosts is a script intended to be run by Linux ++## system administrators to help thwart SSH server attacks ++## (also known as dictionary based attacks and brute force ++## attacks). ++##
++##