Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
selinux: Fix regression for Xorg

+1 -1
+1 -1
security/selinux/ss/services.c
··· 213 213 return i; 214 214 } 215 215 216 - return pol_value; 216 + return SECCLASS_NULL; 217 217 } 218 218 219 219 static void map_decision(u16 tclass, struct av_decision *avd,