Skip to content

Commit

Permalink
selinux: Allow laurel to connect to systemd-machined
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Jul 23, 2024
1 parent f931568 commit 9f93e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/selinux/laurel.te
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ifdef(`distro_debian',`
ifdef(`systemd_stream_connect_userdb',`
systemd_stream_connect_userdb(laurel_t)
')
systemd_connect_machined(laurel_t)
')

ifdef(`distro_redhat',`
Expand All @@ -63,6 +64,7 @@ ifdef(`distro_redhat',`
ifdef(`systemd_userdbd_stream_connect',`
systemd_userdbd_stream_connect(laurel_t)
')
systemd_machined_stream_connect(laurel_t)
')

# Access user database via SSSD
Expand Down

0 comments on commit 9f93e2a

Please sign in to comment.