From: Steven Rostedt Date: Tue, 20 Aug 2013 06:03:20 +0000 (+0930) Subject: module/lsm: Have apparmor module parameters work with no args X-Git-Tag: v3.12-rc1~145^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5265fc6219ddbf8dfc9b18223448a4997fb06eae;p=pandora-kernel.git module/lsm: Have apparmor module parameters work with no args The apparmor module parameters for param_ops_aabool and param_ops_aalockpolicy are both based off of the param_ops_bool, and can handle a NULL value passed in as val. Have it enable the new KERNEL_PARAM_FL_NOARGS flag to allow the parameters to be set without having to state "=y" or "=1". Cc: John Johansen Signed-off-by: Steven Rostedt Signed-off-by: Rusty Russell --- Reading git-diff-tree failed