Bug 171604
| Summary: | mDNSResponder runs as "nobody" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Need Real Name <lsof> |
| Component: | howl | Assignee: | Jason Vas Dias <jvdias> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | ||
| 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: | 2005-12-20 22:35: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: | |||
|
Description
Need Real Name
2005-10-24 09:29:41 UTC
No, this is not a bug - the mDNSResponder is intentionally run as 'nobody' in the initscript, to ensure it has non-root privileges. There are no problems caused by it running as 'nobody' . This bug was more "why doesn't it have it's own username" than "is it meant to run as nobody", sorry if I wasn't more clear. For example, postfix, bind, httpd, etc etc all run with their own uid. Say somebody writes a simple daemon, and sees the nobody account. "I'll use that", they think. Now the daemon and the nobody account have permissions on each others data. Why doesn't mDNSResponder follow the behaviour of the other packages? |