Skip to content
Snippets Groups Projects
Commit 7de8e573 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'for-linus' of...

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
parents b5b4bc32 85cd6da5
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ static u16 map_class(u16 pol_value)
return i;
}
return pol_value;
return SECCLASS_NULL;
}
static void map_decision(u16 tclass, struct av_decision *avd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment