diff --git a/system/pam_limits.py b/system/pam_limits.py index 2a6bec383fd..649b9a175f7 100644 --- a/system/pam_limits.py +++ b/system/pam_limits.py @@ -95,7 +95,7 @@ def main(): pam_items = [ 'core', 'data', 'fsize', 'memlock', 'nofile', 'rss', 'stack', 'cpu', 'nproc', 'as', 'maxlogins', 'maxsyslogins', 'priority', 'locks', 'sigpending', 'msgqueue', 'nice', 'rtprio', 'chroot' ] - pam_types = [ 'soft', 'hard' ] + pam_types = [ 'soft', 'hard', '-' ] limits_conf = '/etc/security/limits.conf'