Improve init/Kconfig help descriptions [PATCH 4/9]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Andrew
Date: Tuesday, February 19, 2008 - 7:38 am

On Wed, Feb 20, 2008 at 01:06:09AM +1100, Nick Andrew wrote:

Changelog:

Improve usefulness and consistency of kernel configuration help messages.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>

--- a/init/Kconfig	2008-02-20 00:45:07.000000000 +1100
+++ b/init/Kconfig	2008-02-20 00:52:07.000000000 +1100
@@ -231,20 +231,36 @@ config AUDIT
 	bool "Auditing support"
 	depends on NET
 	help
-	  Enable auditing infrastructure that can be used with another
-	  kernel subsystem, such as SELinux (which requires this for
-	  logging of avc messages output).  Does not do system-call
-	  auditing without CONFIG_AUDITSYSCALL.
+	  Enable an auditing infrastructure that can be used with another
+	  kernel subsystem, such as Security-Enhanced Linux (SELinux),
+	  which requires this option for logging of AVC messages output.
+
+	  AVC refers to Access Vector Cache, a subsystem used by SELinux
+	  to improve performance of the security checking by caching
+	  previous access decisions.
+
+	  See <http://www.nsa.gov/selinux/> for more information
+	  on Security-Enhanced Linux.
+
+	  CONFIG_AUDITSYSCALL (see below) is also required for
+	  system-call auditing.
+
+	  If unsure, say N.
 
 config AUDITSYSCALL
 	bool "Enable system-call auditing support"
 	depends on AUDIT && (X86 || PPC || PPC64 || S390 || IA64 || UML || SPARC64)
 	default y if SECURITY_SELINUX
 	help
-	  Enable low-overhead system-call auditing infrastructure that
+	  Enable a low-overhead system-call auditing infrastructure that
 	  can be used independently or with another kernel subsystem,
-	  such as SELinux.  To use audit's filesystem watch feature, please
-	  ensure that INOTIFY is configured.
+	  such as SELinux.
+
+	  To use audit's filesystem watch feature, please ensure
+	  that CONFIG_INOTIFY is enabled. See the 'File systems'
+	  menu for Inotify file change notification support.
+
+	  If unsure, say N.
 
 config AUDIT_TREE
 	def_bool y
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Improve init/Kconfig help descriptions [PATCH 0/9], Nick Andrew, (Tue Feb 19, 7:06 am)
Improve init/Kconfig help descriptions [PATCH 1/9], Nick Andrew, (Tue Feb 19, 7:09 am)
Re: Improve init/Kconfig help descriptions [PATCH 2/9], Nick Andrew, (Tue Feb 19, 7:11 am)
Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 7:33 am)
Improve init/Kconfig help descriptions [PATCH 4/9], Nick Andrew, (Tue Feb 19, 7:38 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Pavel Emelyanov, (Tue Feb 19, 7:42 am)
Improve init/Kconfig help descriptions [PATCH 5/9], Nick Andrew, (Tue Feb 19, 7:53 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 8:10 am)
Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Tue Feb 19, 8:12 am)
Improve init/Kconfig help descriptions [PATCH 7/9], Nick Andrew, (Tue Feb 19, 8:15 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Pavel Emelyanov, (Tue Feb 19, 8:16 am)
Improve init/Kconfig help descriptions [PATCH 8/9], Nick Andrew, (Tue Feb 19, 8:21 am)
Improve init/Kconfig help descriptions [PATCH 9/9], Nick Andrew, (Tue Feb 19, 8:27 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Jackson, (Tue Feb 19, 8:39 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Serge E. Hallyn, (Tue Feb 19, 8:50 am)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Randy Dunlap, (Tue Feb 19, 9:44 am)
Re: Improve init/Kconfig help descriptions [PATCH 5/9], Randy Dunlap, (Tue Feb 19, 1:17 pm)
Re: Improve init/Kconfig help descriptions [PATCH 3/9], Nick Andrew, (Tue Feb 19, 3:41 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Menage, (Tue Feb 19, 7:04 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Tue Feb 19, 7:54 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Menage, (Tue Feb 19, 8:12 pm)
Re: Improve init/Kconfig help descriptions [PATCH 4/9], Valdis.Kletnieks, (Tue Feb 19, 8:42 pm)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Wed Feb 20, 5:41 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Paul Jackson, (Wed Feb 20, 9:43 am)
Re: Improve init/Kconfig help descriptions [PATCH 6/9], Nick Andrew, (Wed Feb 20, 2:31 pm)
Re: Improve init/Kconfig help descriptions [PATCH 4/9], Nick Andrew, (Wed Feb 20, 3:17 pm)