Skip to content

Commit

Permalink
Merge pull request #855 from PPN-SD/patch-1
Browse files Browse the repository at this point in the history
fixdep dbus
  • Loading branch information
pebenito authored Jan 21, 2025
2 parents 293ea67 + 684b47e commit 0b0de5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion policy/modules/system/authlogin.te
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ term_dontaudit_use_all_ptys(chkpwd_t)

auth_read_shadow_history(chkpwd_t)
auth_use_nsswitch(chkpwd_t)
auth_use_pam_systemd(chkpwd_t)

logging_send_audit_msgs(chkpwd_t)
logging_send_syslog_msg(chkpwd_t)
Expand All @@ -160,6 +159,10 @@ ifdef(`distro_ubuntu',`
')
')

ifdef(`init_systemd',`
auth_use_pam_systemd(chkpwd_t)
')

optional_policy(`
# apache leaks file descriptors
apache_dontaudit_rw_tcp_sockets(chkpwd_t)
Expand Down

0 comments on commit 0b0de5a

Please sign in to comment.