diff options
author | Ondrej Mosnáček <omosnace@redhat.com> | 2018-06-26 13:04:42 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2018-06-28 17:02:44 +0200 |
commit | 4b09791ba059cc5a5ec7d69049f5d05da65b6418 (patch) | |
tree | 2744e9479fc37926fe3b755aa08a678efea0a1b3 /kernel/audit_tree.c | |
parent | audit: eliminate audit_enabled magic number comparison (diff) | |
download | linux-4b09791ba059cc5a5ec7d69049f5d05da65b6418.tar.xz linux-4b09791ba059cc5a5ec7d69049f5d05da65b6418.zip |
cred: conditionally declare groups-related functions
The groups-related functions declared in include/linux/cred.h are
defined in kernel/groups.c, which is compiled only when
CONFIG_MULTIUSER=y. Move all these function declarations under #ifdef
CONFIG_MULTIUSER to help avoid accidental usage in contexts where
CONFIG_MULTIUSER might be disabled.
This patch also adds a fallback for groups_search(). Currently this
function is only called from kernel/groups.c itself and
security/keys/permissions.c, where the call is (by coincidence)
optimized away in case CONFIG_MULTIUSER=n. However, the audit subsystem
(which does not depend on CONFIG_MULTIUSER) calls this function in
-next, so the fallback will be needed to avoid compilation errors or
ugly workarounds.
See also:
https://lkml.org/lkml/2018/6/20/670
https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git/commit/?h=next&id=af85d1772e31fed34165a1b3decef340cf4080c0
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit_tree.c')
0 files changed, 0 insertions, 0 deletions