When executing an strace on any command line the only
output is as follows
execve("./single_signond", ["./single_signond"], [/* 25
vars */]) = 0
strace -f /bin/bash
execve("/bin/bash", ["/bin/bash"], [/* 25 vars */]) = 0
strace -f /usr/X11R6/bin/xcalc
execve("/usr/X11R6/bin/xcalc",
["/usr/X11R6/bin/xcalc"], [/* 25 vars */]) = 0
FYI: LSM is disabled
Logged In: YES
user_id=1624
This is a kernel issue. If you are using Fedora versions,
you should be filing reports on bugzilla.redhat.com anyway.