selinux: Change bool variable name to index.
authorPrarit Bhargava <prarit@redhat.com>
Thu, 14 Apr 2016 14:40:57 +0000 (10:40 -0400)
committerPaul Moore <paul@paul-moore.com>
Thu, 14 Apr 2016 15:24:50 +0000 (11:24 -0400)
commit0fd71a620be8648486a126fccadf9f7c2a818676
tree7aa1433928d9738e64a01b57a5ce241f2f2ffe1d
parent61d612ea731e57dc510472fb746b55cdc017f371
selinux: Change bool variable name to index.

security_get_bool_value(int bool) argument "bool" conflicts with
in-kernel macros such as BUILD_BUG().  This patch changes this to
index which isn't a type.

Cc: Paul Moore <paul@paul-moore.com>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Cc: Eric Paris <eparis@parisplace.org>
Cc: James Morris <james.l.morris@oracle.com>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Andrew Perepechko <anserper@ya.ru>
Cc: Jeff Vander Stoep <jeffv@google.com>
Cc: selinux@tycho.nsa.gov
Cc: Eric Paris <eparis@redhat.com>
Cc: Paul Moore <pmoore@redhat.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
[PM: wrapped description for checkpatch.pl, use "selinux:..." as subj]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/include/conditional.h
security/selinux/ss/services.c
This page took 0.025829 seconds and 5 git commands to generate.