Description of problem: When using ssh -Y, SELinux prevents xauth from being executed on the server. Version-Release number of selected component (if applicable): selinux-policy-(none):3.6.32-118.fc12.noarch How reproducible: Every time Steps to Reproduce: 1. Try to use ssh -Y to ssh into a F12 machine Actual results: "sh: /usr/bin/xauth: Permission denied" type=SELINUX_ERR msg=audit(1279513152.238:190): security_compute_sid: invalid context system_u:system_r:xauth_t:s0-s0:c0.c1023 for scontext=system_u:system_r:unconfined_t:s0-s0:c0.c1023 tcontext=system_u:object_r:xauth_exec_t:s0 tclass=process Expected results: Should work Additional info:
Could you add your output of the following command ps -eZ | grep sshd on F12 machine.