Skip to content

Commit

Permalink
Allow use of Name Service Cache Daemon in SELinux policy
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Feb 3, 2025
1 parent 90055e9 commit 2ff5736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/selinux/laurel.te
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ ifdef(`distro_redhat',`
sssd_read_public_files(laurel_t)
sssd_stream_connect(laurel_t)

# Use nscd for name lookups
nscd_use(laurel_t)

# Read config files
read_files_pattern(laurel_t, laurel_etc_t, laurel_etc_t)

Expand Down

0 comments on commit 2ff5736

Please sign in to comment.