summaryrefslogtreecommitdiff
path: root/bpf_comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bpf_comp.c')
0 files changed, 0 insertions, 0 deletions
8539916c4170d2fdfe7c81433 (diff)
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>
Diffstat
-rw-r--r--kernel/auditsc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c