| Summary: | SELinux is preventing /bin/login from 'sendto' accesses on the unix_dgram_socket /dev/log. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | tuxor <acc-bugz-redhat> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | dwalsh, jamescape777, mgrepl, social |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:62f6776d684c0fc691127a28bb207bca01d2e584a99a9a6022a6d87eafbd4357 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-22 10:13:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
*** This bug has been marked as a duplicate of bug 689435 *** |
SELinux is preventing /bin/login from 'sendto' accesses on the unix_dgram_socket /dev/log. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that login should be allowed sendto access on the log unix_dgram_socket by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # grep login /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context system_u:system_r:local_login_t:s0-s0:c0.c1023 Target Context system_u:system_r:init_t:s0 Target Objects /dev/log [ unix_dgram_socket ] Source login Source Path /bin/login Port <Unbekannt> Host (removed) Source RPM Packages util-linux-2.19-3.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-5.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name (removed) Platform Linux (removed) 2.6.38-1.fc15.x86_64 #1 SMP Tue Mar 15 05:29:00 UTC 2011 x86_64 x86_64 Alert Count 3 First Seen Di 22 Mär 2011 10:40:14 CET Last Seen Di 22 Mär 2011 10:40:14 CET Local ID ac6b903b-f6b7-4701-b396-40f70293c976 Raw Audit Messages type=AVC msg=audit(1300786814.59:70): avc: denied { sendto } for pid=1277 comm="login" path="/dev/log" scontext=system_u:system_r:local_login_t:s0-s0:c0.c1023 tcontext=system_u:system_r:init_t:s0 tclass=unix_dgram_socket type=SYSCALL msg=audit(1300786814.59:70): arch=x86_64 syscall=connect success=no exit=EACCES a0=9 a1=3e263997c0 a2=6e a3=0 items=0 ppid=1 pid=1277 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty2 ses=2 comm=login exe=/bin/login subj=system_u:system_r:local_login_t:s0-s0:c0.c1023 key=(null) Hash: login,local_login_t,init_t,unix_dgram_socket,sendto audit2allow #============= local_login_t ============== #!!!! This avc is allowed in the current policy allow local_login_t init_t:unix_dgram_socket sendto; audit2allow -R #============= local_login_t ============== #!!!! This avc is allowed in the current policy allow local_login_t init_t:unix_dgram_socket sendto;