#----------------------------------------------------------------------------- # /etc/check.d/chroot.exp - expressions for check table of configuration params # # Copyright (c) 2008-2018 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2008-07-06 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- CHROOT_1_100 = '[1-9]|[1-9][0-9]|100' : 'value not range, only values between 1 and 100 are allowed.' CHROOT_USER = '([-._[:lower:]0-9])+' : 'no valid user name, because only the following characters are allowed: a-z, 0-9, ., _ and -'