Skip to content

Commit

Permalink
[pam] Capture authselect config file
Browse files Browse the repository at this point in the history
Capture authselect config file

Related: RHEL-48608

Signed-off-by: Jose Castillo <[email protected]>
  • Loading branch information
jcastill authored and TurboTurtle committed Jul 23, 2024
1 parent 6fe68dd commit f836107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/pam.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def setup(self):

self.add_copy_spec([
"/etc/pam.d",
"/etc/security"
"/etc/security",
'/etc/authselect/authselect.conf',
])
self.add_cmd_output([
"pam_tally2",
Expand Down

0 comments on commit f836107

Please sign in to comment.