Bug 448378
| Summary: | Targeted policy lets sendmail.postfix eat inbound UUCP mails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nils Philippsen <nphilipp> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | mmaslano, rvokal, twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-17 22:04:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nils Philippsen
2008-05-26 10:52:56 UTC
You can allow this for now by executing # audit2allow -M mypol -i /var/log/audit/audit.log # semodule -i mypol.pp Fixed in selinux-policy-3.3.1-56.fc9 Just for the record, here's the output of audit2allow. There's one rule in
between for ppp, I don't know how that's relevant, I didn't notice it up to know
but you might want to know.
#============= postfix_postdrop_t ==============
allow postfix_postdrop_t uucpd_spool_t:file { write getattr };
#============= postfix_postqueue_t ==============
allow postfix_postqueue_t crond_t:fifo_file { read write getattr };
allow postfix_postqueue_t system_crond_t:process sigchld;
#============= pppd_t ==============
allow pppd_t initrc_t:process signal;
#============= system_mail_t ==============
allow system_mail_t uucpd_spool_t:file { read write getattr };
#============= uux_t ==============
allow uux_t anon_inodefs_t:file { read write };
allow pppd_t initrc_t:process signal; What process is running as initrc_t? Hmm, the most likely culprit is the NoIP client (http://www.no-ip.com) which updates my IP address with their DynDNS service. As I've packaged this locally, you can just forget about it ;-). Closing all bugs that have been in modified for over a month. Please reopen if the bug is not actually fixed. |