| Summary: | SELinux is preventing /usr/bin/xauth from 'remove_name' accesses on the directory database-c. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jóhann B. Guðmundsson <johannbg> |
| 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, hicham.haouari, marbolangos, mgrepl, zachary.hardesty |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:1255ab923e43906564d809d6b49ad0d9393e222349488b682ec126b02798f566 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-31 12:47:32 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 692459 *** |
SELinux is preventing /usr/bin/xauth from 'remove_name' accesses on the directory database-c. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that xauth should be allowed remove_name access on the database-c directory 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 xauth /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Additional Information: Source Context unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 Target Context system_u:object_r:user_tmpfs_t:s0 Target Objects database-c [ dir ] Source xauth Source Path /usr/bin/xauth Port <Unknown> Host (removed) Source RPM Packages xorg-x11-xauth-1.0.2-9.fc15 Target RPM Packages Policy RPM selinux-policy-3.9.16-6.fc15 Selinux Enabled True Policy Type targeted Enforcing Mode Permissive Host Name (removed) Platform Linux (removed) 2.6.38.2-9.fc15.x86_64 #1 SMP Wed Mar 30 16:55:57 UTC 2011 x86_64 x86_64 Alert Count 1 First Seen Thu 31 Mar 2011 10:04:25 AM GMT Last Seen Thu 31 Mar 2011 10:04:25 AM GMT Local ID ca7b8d4b-cb48-42fd-8c1e-d163664883ee Raw Audit Messages type=AVC msg=audit(1301565865.882:177): avc: denied { remove_name } for pid=1818 comm="xauth" name="database-c" dev=tmpfs ino=23536 scontext=unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 tcontext=system_u:object_r:user_tmpfs_t:s0 tclass=dir type=AVC msg=audit(1301565865.882:177): avc: denied { unlink } for pid=1818 comm="xauth" name="database-c" dev=tmpfs ino=23536 scontext=unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_tmpfs_t:s0 tclass=file type=SYSCALL msg=audit(1301565865.882:177): arch=x86_64 syscall=unlink success=yes exit=0 a0=7fff1589ebf0 a1=7ff1367f7b5d a2=3d3 a3=7fff1589e970 items=0 ppid=1809 pid=1818 auid=500 uid=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts0 ses=1 comm=xauth exe=/usr/bin/xauth subj=unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 key=(null) Hash: xauth,xauth_t,user_tmpfs_t,dir,remove_name audit2allow #============= xauth_t ============== allow xauth_t user_tmpfs_t:dir remove_name; allow xauth_t user_tmpfs_t:file unlink; audit2allow -R #============= xauth_t ============== allow xauth_t user_tmpfs_t:dir remove_name; allow xauth_t user_tmpfs_t:file unlink;