| Summary: | SELinux is preventing /usr/bin/xauth from 'write' accesses on the directory auth-for-johannbg-l7AGsV. | ||
|---|---|---|---|
| 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, juanfr, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:448f62a94e60389becc1eff4243d06a4494f0bcf8cc307da4e1ecc5ead0ea157 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-31 12:46:58 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 'write' accesses on the directory auth-for-johannbg-l7AGsV. ***** Plugin catchall (100. confidence) suggests *************************** If you believe that xauth should be allowed write access on the auth-for-johannbg-l7AGsV 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 auth-for-johannbg-l7AGsV [ 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 21a62835-c807-42f1-9342-f885b9e8a446 Raw Audit Messages type=AVC msg=audit(1301565865.881:174): avc: denied { write } for pid=1818 comm="xauth" name="auth-for-johannbg-l7AGsV" dev=tmpfs ino=20293 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.881:174): avc: denied { add_name } for pid=1818 comm="xauth" name="database-c" 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.881:174): avc: denied { create } for pid=1818 comm="xauth" name="database-c" scontext=unconfined_u:unconfined_r:xauth_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_tmpfs_t:s0 tclass=file type=AVC msg=audit(1301565865.881:174): avc: denied { open } 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.881:174): arch=x86_64 syscall=open success=yes exit=ENOENT a0=7fff1589efd0 a1=c1 a2=180 a3=7fff1589ecc0 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,write audit2allow #============= xauth_t ============== #!!!! The source type 'xauth_t' can write to a 'dir' of the following types: # xdm_var_run_t, admin_home_t, tmp_t, user_home_dir_t, user_tmp_t, nx_server_var_lib_t, xauth_tmp_t, var_lib_t, user_home_t allow xauth_t user_tmpfs_t:dir { write add_name }; allow xauth_t user_tmpfs_t:file { create open }; audit2allow -R #============= xauth_t ============== #!!!! The source type 'xauth_t' can write to a 'dir' of the following types: # xdm_var_run_t, admin_home_t, tmp_t, user_home_dir_t, user_tmp_t, nx_server_var_lib_t, xauth_tmp_t, var_lib_t, user_home_t allow xauth_t user_tmpfs_t:dir { write add_name }; allow xauth_t user_tmpfs_t:file { create open };