hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/security/apparmor/path.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * AppArmor security module
34 *
....@@ -5,11 +6,6 @@
56 *
67 * Copyright (C) 1998-2008 Novell/SUSE
78 * Copyright 2009-2010 Canonical Ltd.
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License as
11
- * published by the Free Software Foundation, version 2 of the
12
- * License.
139 */
1410
1511 #include <linux/magic.h>
....@@ -146,7 +142,7 @@
146142 error = PTR_ERR(res);
147143 *name = buf;
148144 goto out;
149
- };
145
+ }
150146 } else if (!our_mnt(path->mnt))
151147 connected = 0;
152148