]> asedeno.scripts.mit.edu Git - linux.git/commit
audit: skip sessionid sentinel value when auto-incrementing
authorRichard Guy Briggs <rgb@redhat.com>
Thu, 10 Nov 2016 06:41:14 +0000 (01:41 -0500)
committerPaul Moore <paul@paul-moore.com>
Sun, 20 Nov 2016 20:28:22 +0000 (15:28 -0500)
commit833fc48d18ce3595990b405ae82a160b33028994
treec7d89cf07ef9f18e1e09d3dcb87a66765e63513f
parent8443075eacb51df8539916c4170d2fdfe7c81433
audit: skip sessionid sentinel value when auto-incrementing

The value (unsigned int)-1 is used as a sentinel to indicate the
sessionID is unset.  Skip this value when the session_id value wraps.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/auditsc.c