Skip to content

Commit

Permalink
Merge pull request #844 from dsugar100/no_mta_denial
Browse files Browse the repository at this point in the history
If mta module is not installed useradd fails to create mailbox files
  • Loading branch information
pebenito authored Jan 6, 2025
2 parents cc1f455 + e20fe9d commit 48f1063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/admin/usermanage.te
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ corecmd_exec_bin(useradd_t)
domain_use_interactive_fds(useradd_t)
domain_read_all_domains_state(useradd_t)

files_dontaudit_search_spool(useradd_t)
files_manage_etc_files(useradd_t)
files_search_var_lib(useradd_t)
files_relabel_etc_files(useradd_t)
Expand Down

0 comments on commit 48f1063

Please sign in to comment.