original_kernel/security/apparmor
Steven Rostedt 5265fc6219 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 <john.johansen@canonical.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-08-20 15:37:44 +09:30
..
include
.gitignore
Kconfig
Makefile
apparmorfs.c
audit.c
capability.c
context.c
domain.c
file.c
ipc.c
lib.c
lsm.c
match.c
path.c
policy.c
policy_unpack.c
procattr.c
resource.c
sid.c