diff options
Diffstat (limited to 'security/selinux/netlink.c')
-rw-r--r-- | security/selinux/netlink.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index 8a8a72507437..621e2e9cd6a1 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Netlink event notifications for SELinux. | 3 | * Netlink event notifications for SELinux. |
3 | * | 4 | * |
4 | * Author: James Morris <jmorris@redhat.com> | 5 | * Author: James Morris <jmorris@redhat.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com> | 7 | * Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2, | ||
10 | * as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/init.h> | 9 | #include <linux/init.h> |
13 | #include <linux/types.h> | 10 | #include <linux/types.h> |