Files
android_kernel_xiaomi_sm8450/kernel
Klaus Weidner c926e4f432 [PATCH] audit: fix broken class-based syscall audit
The sanity check in audit_match_class() is wrong.  We are able to audit
2048 syscalls but in audit_match_class() we were accidentally using
sizeof(_u32) instead of number of bits in _u32 when deciding how many
syscalls were valid.  On ia64 in particular we were hitting syscall
numbers over the (wrong) limit of 256.  Fixing the audit_match_class
check takes care of the problem.

Signed-off-by: Klaus Weidner <klaus@atsec.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2007-07-22 09:57:02 -04:00
..
2007-07-21 18:37:10 -07:00
2007-07-16 09:05:47 -07:00
2007-07-22 09:57:02 -04:00
2007-07-16 12:05:49 +03:00
2007-07-18 08:47:40 -07:00
2007-07-19 10:04:41 -07:00
2007-07-21 17:49:15 -07:00
2006-12-07 08:39:36 -08:00
2007-07-16 09:05:50 -07:00
2007-07-20 12:01:34 -07:00
2006-12-04 02:00:22 -05:00
2007-07-16 09:05:47 -07:00
2007-07-19 10:04:49 -07:00
2007-05-21 09:18:19 -07:00
2007-07-19 10:04:47 -07:00
2007-07-16 09:05:49 -07:00
2007-07-16 09:05:49 -07:00
2007-07-16 09:05:49 -07:00
2007-07-09 18:51:58 +02:00
2007-07-16 09:05:50 -07:00
2007-07-16 09:05:43 -07:00
2007-07-20 13:32:46 -07:00
2007-05-09 08:57:56 +02:00
2007-07-17 10:23:03 -07:00