SHA256
3
0
forked from pool/audit

Accepting request 49302 from home:a_jaeger:branches:openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/49302
OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=19
This commit is contained in:
Cristian Rodríguez 2010-09-28 17:00:09 +00:00 committed by Git OBS Bridge
parent 426a43d7b5
commit 09202d73d5
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,13 @@
From: aj@suse.de
Subject: Use oom_score_adj on newer kernels
Date: 2010-09-27
Signed-Off-by: Andreas Jaeger <aj@suse.de>
I see in dmesg on my 2.6.36 kernel:
[ 19.424535] auditd (2576): /proc/2576/oom_adj is deprecated, please use /proc/2576/oom_score_adj instead.
Since oom_adj is deprecated, let's use oom_score_adj.
Index: src/auditd.c
===================================================================
--- src/auditd.c.orig

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 28 07:22:05 UTC 2010 - aj@suse.de
- Annotate patch audit-oom_score_adj.
-------------------------------------------------------------------
Mon Sep 27 08:47:32 UTC 2010 - aj@suse.de