Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 17, 2024
1 parent 2d9b389 commit 180a429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if render_ctx['system.security.config']['enable_gpos_stig']:
tty_audit_line = TTY_AUDIT_LINE
%>\
% if conf.tty_audit_line:
% if tty_audit_line:
${TTY_AUDIT_LINE.as_conf()}
% endif
% if conf.primary:
Expand Down
1 change: 1 addition & 0 deletions src/middlewared/middlewared/plugins/etc.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class EtcService(Service):
'pam': {
'ctx': [
{'method': 'directoryservices.status'},
{'method': 'system.security.config'},
],
'entries': [
{'type': 'mako', 'path': 'pam.d/common-account'},
Expand Down

0 comments on commit 180a429

Please sign in to comment.