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 b55a42b commit e1a6f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/selinux/laurel.te
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ ifdef(`distro_debian',`
ifdef(`systemd_stream_connect_userdb',`
systemd_stream_connect_userdb(laurel_t)
')
ifdef(`systemd_connect_machined',`
systemd_connect_machined(laurel_t)
')
')

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

# Access user database via SSSD
Expand Down

0 comments on commit e1a6f18

Please sign in to comment.