Skip to content

Commit

Permalink
Fix sshd stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Bownairo committed Aug 26, 2024
1 parent 8aa7fd9 commit 0ebf95c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ic-os/components/selinux/systemd-fixes/systemd-fixes.te
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ systemd_connect_userdb(local_login_t)
# ssh also needs access to userdb
systemd_connect_userdb(sshd_t)

###############################################################################
# systemd-notify

require { type systemd_runtime_notify_t; }
allow sshd_t systemd_runtime_notify_t : sock_file write_sock_file_perms;

###############################################################################
# pcscd

Expand Down

0 comments on commit 0ebf95c

Please sign in to comment.