Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 16, 2024
1 parent 3030f3f commit a0919b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/utils/pam.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class PAMConfLines:
)
)

TTY_AUDIT_LINE = PamLine(
TTY_AUDIT_LINE = PAMLine(
pam_service=PAMService.SESSION,
pam_control=PAMControl.REQUIRED,
pam_module=PAMModule.TTY_AUDIT,
Expand Down

0 comments on commit a0919b7

Please sign in to comment.