Skip to content

Commit

Permalink
container: allow reading generic certs
Browse files Browse the repository at this point in the history
There are cases where one may want to mount certs on the host into a
container.

Signed-off-by: Kenton Groombridge <[email protected]>
  • Loading branch information
0xC0ncord committed Aug 16, 2024
1 parent 9f37f86 commit 9ab94df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/services/container.te
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ libs_dontaudit_setattr_lib_files(container_domain)
miscfiles_read_localization(container_domain)
miscfiles_dontaudit_setattr_fonts_cache_dirs(container_domain)
miscfiles_read_fonts(container_domain)
miscfiles_read_generic_certs(container_domain)

mta_dontaudit_read_spool_symlinks(container_domain)

Expand Down

0 comments on commit 9ab94df

Please sign in to comment.