diff options
Diffstat (limited to 'security/selinux/ss/status.c')
-rw-r--r-- | security/selinux/ss/status.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/selinux/ss/status.c b/security/selinux/ss/status.c index a121de45ac0e..3c554a442467 100644 --- a/security/selinux/ss/status.c +++ b/security/selinux/ss/status.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * mmap based event notifications for SELinux | 3 | * mmap based event notifications for SELinux |
3 | * | 4 | * |
4 | * Author: KaiGai Kohei <kaigai@ak.jp.nec.com> | 5 | * Author: KaiGai Kohei <kaigai@ak.jp.nec.com> |
5 | * | 6 | * |
6 | * Copyright (C) 2010 NEC corporation | 7 | * Copyright (C) 2010 NEC corporation |
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/kernel.h> | 9 | #include <linux/kernel.h> |
13 | #include <linux/gfp.h> | 10 | #include <linux/gfp.h> |