Bug 119366
Summary: | Syslog is not able to log to remote server under SELinux. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Konstantin Ryabitsev <icon> |
Component: | policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | leonard-rh-bugzilla |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | triage|leonardjo|closed|rawhide | ||
Fixed In Version: | 1.11.3-2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-05-10 17:45:03 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: | |||
Bug Depends On: | |||
Bug Blocks: | 122683 |
Description
Konstantin Ryabitsev
2004-03-29 21:55:02 UTC
Adding the following to /etc/security/selinux/src/policy/domains/program/syslogd.te fixes the issue and allows both sending logs to remote server and accepting remote logs. # Allow name_bind for remote logging allow syslogd_t port_t:{ tcp_socket udp_socket } name_bind; tcp_socket can be used by syslog_ng, afair. Fixed in policy-1.11.3-2.src.rpm |