Closed
Description
Hi,
I just saw this tool and was reading the instructions.
You recommend adding the following to /etc/pam.d/sudo
and /etc/pam.d/sudo-i
session required pam_limits.so
@include common-auth
@include common-account
@include common-session-noninteractive
But currently, /etc/pam.d/sudo
contains
#%PAM-1.0
auth include system-auth
account include system-auth
session include system-auth
Should it be overwriten or added below the current content?
Thanks.