Files
android_kernel_xiaomi_sm8450/kernel
Amy Griffis 5adc8a6adc [PATCH] add rule filterkey
Add support for a rule key, which can be used to tie audit records to audit
rules.  This is useful when a watched file is accessed through a link or
symlink, as well as for general audit log analysis.

Because this patch uses a string key instead of an integer key, there is a bit
of extra overhead to do the kstrdup() when a rule fires.  However, we're also
allocating memory for the audit record buffer, so it's probably not that
significant.  I went ahead with a string key because it seems more
user-friendly.

Note that the user must ensure that filterkeys are unique.  The kernel only
checks for duplicate rules.

Signed-off-by: Amy Griffis <amy.griffis@hpd.com>
2006-07-01 05:43:06 -04:00
..
2006-06-30 18:59:59 +02:00
2006-07-01 05:43:06 -04:00
2006-07-01 05:43:06 -04:00
2006-07-01 05:43:06 -04:00
2005-04-16 15:20:36 -07:00
2006-06-27 17:32:48 -07:00
2006-03-26 08:57:03 -08:00
2005-10-30 17:37:32 -08:00
2005-10-08 15:00:57 -07:00
2006-06-26 09:58:22 -07:00
2006-06-27 17:32:47 -07:00
2006-06-27 17:32:47 -07:00
2006-06-30 11:25:38 -07:00
2005-04-16 15:20:36 -07:00
2006-04-19 16:27:18 -07:00