Selinux custom mutt sendmail (#90)

* mutt custom selinux policy cleanup
This commit is contained in:
Alexander Miroshnichenko 2020-05-27 19:10:03 +03:00 committed by GitHub
parent 0667227e16
commit 9a1c34d969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,9 +80,5 @@ interface(`mutt_user_mta',`
allow $1 user_mail_tmp_t:dir { manage_dir_perms relabel_dir_perms };
allow $1 user_mail_tmp_t:file { manage_file_perms relabel_file_perms };
#allow { user_mail_t mta_user_agent } $1:fd use;
#allow { user_mail_t mta_user_agent } $1:fifo_file rw_fifo_file_perms;
mutt_read_tmp_files(user_mail_t)
#mutt_read_home_files(user_mail_t)
')