Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313765 Details for
Bug 458406
Exim dovecot auth driver SELinux errors
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SE Linux rules added to make both Exim & Dovecot work with above config.
dovecotexim.te (text/plain), 630 bytes, created by
Fred Wittekind IV
on 2008-08-08 01:15:50 UTC
(
hide
)
Description:
SE Linux rules added to make both Exim & Dovecot work with above config.
Filename:
MIME Type:
Creator:
Fred Wittekind IV
Created:
2008-08-08 01:15:50 UTC
Size:
630 bytes
patch
obsolete
>module local 1.0; > >require { > type dovecot_t; > type dovecot_var_run_t; > type dovecot_auth_t; > type exim_t; > class sock_file { write create unlink setattr }; > class unix_stream_socket connectto; > class dir { write remove_name search add_name }; >} > >#============= dovecot_auth_t ============== >allow dovecot_auth_t dovecot_var_run_t:dir { write remove_name add_name }; >allow dovecot_auth_t dovecot_var_run_t:sock_file { create unlink setattr }; > >#============= exim_t ============== >allow exim_t dovecot_auth_t:unix_stream_socket connectto; >allow exim_t dovecot_var_run_t:dir search; >allow exim_t dovecot_var_run_t:sock_file write;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 458406
: 313765