2019-06-11 14:08:53

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] security: Make capability_hooks static

Fix sparse warning:

security/commoncap.c:1347:27: warning:
symbol 'capability_hooks' was not declared. Should it be static?

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: YueHaibing <[email protected]>
---
security/commoncap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/commoncap.c b/security/commoncap.c
index c0b9664..3150bed 100644
--- a/security/commoncap.c
+++ b/security/commoncap.c
@@ -1339,7 +1339,7 @@ int cap_mmap_file(struct file *file, unsigned long reqprot,

#ifdef CONFIG_SECURITY

-struct security_hook_list capability_hooks[] __lsm_ro_after_init = {
+static struct security_hook_list capability_hooks[] __lsm_ro_after_init = {
LSM_HOOK_INIT(capable, cap_capable),
LSM_HOOK_INIT(settime, cap_settime),
LSM_HOOK_INIT(ptrace_access_check, cap_ptrace_access_check),
--
2.7.4



2019-06-12 03:32:33

by James Morris

[permalink] [raw]
Subject: Re: [PATCH -next] security: Make capability_hooks static

On Tue, 11 Jun 2019, YueHaibing wrote:

> Fix sparse warning:
>
> security/commoncap.c:1347:27: warning:
> symbol 'capability_hooks' was not declared. Should it be static?
>
> Reported-by: Hulk Robot <[email protected]>
> Signed-off-by: YueHaibing <[email protected]>
> ---
> security/commoncap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Applied to
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-lsm

--
James Morris
<[email protected]>