linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Guy Briggs <rgb@redhat.com>
To: linux-audit@redhat.com, linux-kernel@vger.kernel.org,
	containers@lists.linux-foundation.org, linux-api@vger.kernel.org
Cc: Richard Guy Briggs <rgb@redhat.com>,
	arozansk@redhat.com, eparis@redhat.com, sgrubb@redhat.com,
	ebiederm@xmission.com, serge@hallyn.com
Subject: [PATCH V4 8/8] audit: initialize at subsystem time rather than device time
Date: Wed, 20 Aug 2014 21:09:41 -0400	[thread overview]
Message-ID: <c429c7ae1ad83271ba2c7a8d41eaec4181b4199d.1408581430.git.rgb@redhat.com> (raw)
In-Reply-To: <cover.1408581429.git.rgb@redhat.com>
In-Reply-To: <cover.1408581429.git.rgb@redhat.com>

The audit subsystem should be initialized a bit earlier so that it is in place
in time for initial namespace serial number logging.
---
 kernel/audit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/audit.c b/kernel/audit.c
index 6d95d1c..aa99518 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1186,7 +1186,7 @@ static int __init audit_init(void)
 
 	return 0;
 }
-__initcall(audit_init);
+subsys_initcall(audit_init);
 
 /* Process kernel command-line parameter at boot time.  audit=0 or audit=1. */
 static int __init audit_enable(char *str)
-- 
1.7.1


  parent reply	other threads:[~2014-08-21  1:10 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21  1:09 [PATCH V4 0/8] namespaces: log namespaces per task Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 1/8] namespaces: assign each namespace instance a serial number Richard Guy Briggs
2014-08-21 21:22   ` Andy Lutomirski
2014-08-21 21:28     ` Richard Guy Briggs
2014-08-21 21:30       ` Andy Lutomirski
2014-08-21 22:15         ` Richard Guy Briggs
2014-08-23 12:05   ` Eric W. Biederman
2014-08-24 20:38     ` Richard Guy Briggs
2014-08-28 20:05       ` Eric W. Biederman
2014-09-02 21:40         ` Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 2/8] namespaces: expose namespace instance serial number in proc_ns_operations Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 3/8] namespaces: expose ns instance serial numbers in proc Richard Guy Briggs
2014-08-21 21:13   ` Andy Lutomirski
2014-08-22  1:58     ` Richard Guy Briggs
2014-08-24 17:52       ` Andy Lutomirski
2014-08-24 20:28         ` Richard Guy Briggs
2014-08-25 13:30         ` Nicolas Dichtel
2014-08-25 14:04           ` Andy Lutomirski
2014-08-25 15:43             ` Nicolas Dichtel
2014-08-25 16:13               ` Andy Lutomirski
2014-08-25 16:41                 ` Nicolas Dichtel
2014-08-25 16:50                   ` Andy Lutomirski
2014-08-27 15:17                     ` Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 4/8] Documentation: add a section for /proc/<pid>/ns/ Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 5/8] namespaces: expose ns_entries Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 6/8] audit: log namespace serial numbers Richard Guy Briggs
2014-08-21  1:09 ` [PATCH V4 7/8] audit: log creation and deletion of namespace instances Richard Guy Briggs
2014-08-21  1:09 ` Richard Guy Briggs [this message]
2014-08-21 20:05 ` [PATCH V4 0/8] namespaces: log namespaces per task Aristeu Rozanski
2014-08-21 22:32   ` Richard Guy Briggs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c429c7ae1ad83271ba2c7a8d41eaec4181b4199d.1408581430.git.rgb@redhat.com \
    --to=rgb@redhat.com \
    --cc=arozansk@redhat.com \
    --cc=containers@lists.linux-foundation.org \
    --cc=ebiederm@xmission.com \
    --cc=eparis@redhat.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-audit@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=serge@hallyn.com \
    --cc=sgrubb@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).