// SPDX-License-Identifier: GPL-2.0-or-later /* Key management controls * * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. * Written by David Howells ([email protected]) */ #include <linux/key.h> #include <linux/sysctl.h> #include "internal.h" static struct ctl_table key_sysctls[] = …; static int __init init_security_keys_sysctls(void) { … } early_initcall(init_security_keys_sysctls);