diff options
Diffstat (limited to 'security/integrity')
23 files changed, 23 insertions, 110 deletions
diff --git a/security/integrity/digsig.c b/security/integrity/digsig.c index e19c2eb72c51..4582bc26770a 100644 --- a/security/integrity/digsig.c +++ b/security/integrity/digsig.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Intel Corporation | 3 | * Copyright (C) 2011 Intel Corporation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 6 | * Dmitry Kasatkin <dmitry.kasatkin@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation, version 2 of the License. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/security/integrity/digsig_asymmetric.c b/security/integrity/digsig_asymmetric.c index 99080871eb9f..ad4b323ecea1 100644 --- a/security/integrity/digsig_asymmetric.c +++ b/security/integrity/digsig_asymmetric.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Intel Corporation | 3 | * Copyright (C) 2013 Intel Corporation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 6 | * Dmitry Kasatkin <dmitry.kasatkin@intel.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation, version 2 of the License. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/security/integrity/evm/evm.h b/security/integrity/evm/evm.h index c3f437f5db10..f2fef2b5ed51 100644 --- a/security/integrity/evm/evm.h +++ b/security/integrity/evm/evm.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005-2010 IBM Corporation | 3 | * Copyright (C) 2005-2010 IBM Corporation |
3 | * | 4 | * |
@@ -5,12 +6,7 @@ | |||
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * Kylene Hall <kjhall@us.ibm.com> | 7 | * Kylene Hall <kjhall@us.ibm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation, version 2 of the License. | ||
11 | * | ||
12 | * File: evm.h | 9 | * File: evm.h |
13 | * | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef __INTEGRITY_EVM_H | 12 | #ifndef __INTEGRITY_EVM_H |
diff --git a/security/integrity/evm/evm_crypto.c b/security/integrity/evm/evm_crypto.c index 82a38e801ee4..d485f6fc908e 100644 --- a/security/integrity/evm/evm_crypto.c +++ b/security/integrity/evm/evm_crypto.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005-2010 IBM Corporation | 3 | * Copyright (C) 2005-2010 IBM Corporation |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * Kylene Hall <kjhall@us.ibm.com> | 7 | * Kylene Hall <kjhall@us.ibm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation, version 2 of the License. | ||
11 | * | ||
12 | * File: evm_crypto.c | 9 | * File: evm_crypto.c |
13 | * Using root's kernel master key (kmk), calculate the HMAC | 10 | * Using root's kernel master key (kmk), calculate the HMAC |
14 | */ | 11 | */ |
diff --git a/security/integrity/evm/evm_main.c b/security/integrity/evm/evm_main.c index b6d9f14bc234..5bbd8b4dc29a 100644 --- a/security/integrity/evm/evm_main.c +++ b/security/integrity/evm/evm_main.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005-2010 IBM Corporation | 3 | * Copyright (C) 2005-2010 IBM Corporation |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * Kylene Hall <kjhall@us.ibm.com> | 7 | * Kylene Hall <kjhall@us.ibm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation, version 2 of the License. | ||
11 | * | ||
12 | * File: evm_main.c | 9 | * File: evm_main.c |
13 | * implements evm_inode_setxattr, evm_inode_post_setxattr, | 10 | * implements evm_inode_setxattr, evm_inode_post_setxattr, |
14 | * evm_inode_removexattr, and evm_verifyxattr | 11 | * evm_inode_removexattr, and evm_verifyxattr |
diff --git a/security/integrity/evm/evm_posix_acl.c b/security/integrity/evm/evm_posix_acl.c index 7faf98c20373..37275800c072 100644 --- a/security/integrity/evm/evm_posix_acl.c +++ b/security/integrity/evm/evm_posix_acl.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 IBM Corporation | 3 | * Copyright (C) 2011 IBM Corporation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation, version 2 of the License. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/xattr.h> | 9 | #include <linux/xattr.h> |
diff --git a/security/integrity/evm/evm_secfs.c b/security/integrity/evm/evm_secfs.c index 3f7cbb238923..c11c1f7b3ddd 100644 --- a/security/integrity/evm/evm_secfs.c +++ b/security/integrity/evm/evm_secfs.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 IBM Corporation | 3 | * Copyright (C) 2010 IBM Corporation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation, version 2 of the License. | ||
10 | * | ||
11 | * File: evm_secfs.c | 8 | * File: evm_secfs.c |
12 | * - Used to signal when key is on keyring | 9 | * - Used to signal when key is on keyring |
13 | * - Get the key and enable EVM | 10 | * - Get the key and enable EVM |
diff --git a/security/integrity/iint.c b/security/integrity/iint.c index 423876fca8b4..e12c4900510f 100644 --- a/security/integrity/iint.c +++ b/security/integrity/iint.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 IBM Corporation | 3 | * Copyright (C) 2008 IBM Corporation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | * File: integrity_iint.c | 8 | * File: integrity_iint.c |
13 | * - implements the integrity hooks: integrity_inode_alloc, | 9 | * - implements the integrity hooks: integrity_inode_alloc, |
14 | * integrity_inode_free | 10 | * integrity_inode_free |
diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h index d213e835c498..ca10917b5f89 100644 --- a/security/integrity/ima/ima.h +++ b/security/integrity/ima/ima.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation | 3 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Reiner Sailer <sailer@watson.ibm.com> | 6 | * Reiner Sailer <sailer@watson.ibm.com> |
6 | * Mimi Zohar <zohar@us.ibm.com> | 7 | * Mimi Zohar <zohar@us.ibm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License as | ||
10 | * published by the Free Software Foundation, version 2 of the | ||
11 | * License. | ||
12 | * | ||
13 | * File: ima.h | 9 | * File: ima.h |
14 | * internal Integrity Measurement Architecture (IMA) definitions | 10 | * internal Integrity Measurement Architecture (IMA) definitions |
15 | */ | 11 | */ |
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c index c7505fb122d4..35c129cbb7e9 100644 --- a/security/integrity/ima/ima_api.c +++ b/security/integrity/ima/ima_api.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 IBM Corporation | 3 | * Copyright (C) 2008 IBM Corporation |
3 | * | 4 | * |
4 | * Author: Mimi Zohar <zohar@us.ibm.com> | 5 | * Author: Mimi Zohar <zohar@us.ibm.com> |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation, version 2 of the | ||
9 | * License. | ||
10 | * | ||
11 | * File: ima_api.c | 7 | * File: ima_api.c |
12 | * Implements must_appraise_or_measure, collect_measurement, | 8 | * Implements must_appraise_or_measure, collect_measurement, |
13 | * appraise_measurement, store_measurement and store_template. | 9 | * appraise_measurement, store_measurement and store_template. |
diff --git a/security/integrity/ima/ima_appraise.c b/security/integrity/ima/ima_appraise.c index 5fb7127bbe68..f0cd67cab6aa 100644 --- a/security/integrity/ima/ima_appraise.c +++ b/security/integrity/ima/ima_appraise.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 IBM Corporation | 3 | * Copyright (C) 2011 IBM Corporation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation, version 2 of the License. | ||
10 | */ | 7 | */ |
11 | #include <linux/init.h> | 8 | #include <linux/init.h> |
12 | #include <linux/file.h> | 9 | #include <linux/file.h> |
diff --git a/security/integrity/ima/ima_crypto.c b/security/integrity/ima/ima_crypto.c index a32878e10ebc..d4c7b8e1b083 100644 --- a/security/integrity/ima/ima_crypto.c +++ b/security/integrity/ima/ima_crypto.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation | 3 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * Kylene Hall <kjhall@us.ibm.com> | 7 | * Kylene Hall <kjhall@us.ibm.com> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation, version 2 of the License. | ||
11 | * | ||
12 | * File: ima_crypto.c | 9 | * File: ima_crypto.c |
13 | * Calculates md5/sha1 file hash, template hash, boot-aggreate hash | 10 | * Calculates md5/sha1 file hash, template hash, boot-aggreate hash |
14 | */ | 11 | */ |
diff --git a/security/integrity/ima/ima_fs.c b/security/integrity/ima/ima_fs.c index 0af792833f42..2000e8df0301 100644 --- a/security/integrity/ima/ima_fs.c +++ b/security/integrity/ima/ima_fs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation | 3 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Reiner Sailer <sailer@us.ibm.com> | 7 | * Reiner Sailer <sailer@us.ibm.com> |
7 | * Mimi Zohar <zohar@us.ibm.com> | 8 | * Mimi Zohar <zohar@us.ibm.com> |
8 | * | 9 | * |
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. | ||
13 | * | ||
14 | * File: ima_fs.c | 10 | * File: ima_fs.c |
15 | * implemenents security file system for reporting | 11 | * implemenents security file system for reporting |
16 | * current measurement list and IMA statistics | 12 | * current measurement list and IMA statistics |
diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index 6c9295449751..1e47c1026471 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation | 3 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Leendert van Doorn <leendert@watson.ibm.com> | 7 | * Leendert van Doorn <leendert@watson.ibm.com> |
7 | * Mimi Zohar <zohar@us.ibm.com> | 8 | * Mimi Zohar <zohar@us.ibm.com> |
8 | * | 9 | * |
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. | ||
13 | * | ||
14 | * File: ima_init.c | 10 | * File: ima_init.c |
15 | * initialization and cleanup functions | 11 | * initialization and cleanup functions |
16 | */ | 12 | */ |
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c index 357edd140c09..f556e6c18f9b 100644 --- a/security/integrity/ima/ima_main.c +++ b/security/integrity/ima/ima_main.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Integrity Measurement Architecture | 3 | * Integrity Measurement Architecture |
3 | * | 4 | * |
@@ -9,11 +10,6 @@ | |||
9 | * Kylene Hall <kylene@us.ibm.com> | 10 | * Kylene Hall <kylene@us.ibm.com> |
10 | * Mimi Zohar <zohar@us.ibm.com> | 11 | * Mimi Zohar <zohar@us.ibm.com> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License as | ||
14 | * published by the Free Software Foundation, version 2 of the | ||
15 | * License. | ||
16 | * | ||
17 | * File: ima_main.c | 13 | * File: ima_main.c |
18 | * implements the IMA hooks: ima_bprm_check, ima_file_mmap, | 14 | * implements the IMA hooks: ima_bprm_check, ima_file_mmap, |
19 | * and ima_file_check. | 15 | * and ima_file_check. |
diff --git a/security/integrity/ima/ima_mok.c b/security/integrity/ima/ima_mok.c index 073ddc9bce5b..36cadadbfba4 100644 --- a/security/integrity/ima/ima_mok.c +++ b/security/integrity/ima/ima_mok.c | |||
@@ -1,14 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 Juniper Networks, Inc. | 3 | * Copyright (C) 2015 Juniper Networks, Inc. |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * Petko Manolov <petko.manolov@konsulko.com> | 6 | * Petko Manolov <petko.manolov@konsulko.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #include <linux/export.h> | 9 | #include <linux/export.h> |
diff --git a/security/integrity/ima/ima_policy.c b/security/integrity/ima/ima_policy.c index 1cc822a59054..7b53f2ca58e2 100644 --- a/security/integrity/ima/ima_policy.c +++ b/security/integrity/ima/ima_policy.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 IBM Corporation | 3 | * Copyright (C) 2008 IBM Corporation |
3 | * Author: Mimi Zohar <zohar@us.ibm.com> | 4 | * Author: Mimi Zohar <zohar@us.ibm.com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, version 2 of the License. | ||
8 | * | ||
9 | * ima_policy.c | 6 | * ima_policy.c |
10 | * - initialize default measure policy rules | 7 | * - initialize default measure policy rules |
11 | * | ||
12 | */ | 8 | */ |
13 | #include <linux/init.h> | 9 | #include <linux/init.h> |
14 | #include <linux/list.h> | 10 | #include <linux/list.h> |
diff --git a/security/integrity/ima/ima_queue.c b/security/integrity/ima/ima_queue.c index 6b6d044e0440..1ce8b1701566 100644 --- a/security/integrity/ima/ima_queue.c +++ b/security/integrity/ima/ima_queue.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation | 3 | * Copyright (C) 2005,2006,2007,2008 IBM Corporation |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Reiner Sailer <sailer@watson.ibm.com> | 7 | * Reiner Sailer <sailer@watson.ibm.com> |
7 | * Mimi Zohar <zohar@us.ibm.com> | 8 | * Mimi Zohar <zohar@us.ibm.com> |
8 | * | 9 | * |
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. | ||
13 | * | ||
14 | * File: ima_queue.c | 10 | * File: ima_queue.c |
15 | * Implements queues that store template measurements and | 11 | * Implements queues that store template measurements and |
16 | * maintains aggregate over the stored measurements | 12 | * maintains aggregate over the stored measurements |
diff --git a/security/integrity/ima/ima_template.c b/security/integrity/ima/ima_template.c index b631b8bc7624..f4354c267396 100644 --- a/security/integrity/ima/ima_template.c +++ b/security/integrity/ima/ima_template.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Politecnico di Torino, Italy | 3 | * Copyright (C) 2013 Politecnico di Torino, Italy |
3 | * TORSEC group -- http://security.polito.it | 4 | * TORSEC group -- http://security.polito.it |
4 | * | 5 | * |
5 | * Author: Roberto Sassu <roberto.sassu@polito.it> | 6 | * Author: Roberto Sassu <roberto.sassu@polito.it> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | * File: ima_template.c | 8 | * File: ima_template.c |
13 | * Helpers to manage template descriptors. | 9 | * Helpers to manage template descriptors. |
14 | */ | 10 | */ |
diff --git a/security/integrity/ima/ima_template_lib.c b/security/integrity/ima/ima_template_lib.c index 513b457ae900..9fe0ef7f91e2 100644 --- a/security/integrity/ima/ima_template_lib.c +++ b/security/integrity/ima/ima_template_lib.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Politecnico di Torino, Italy | 3 | * Copyright (C) 2013 Politecnico di Torino, Italy |
3 | * TORSEC group -- http://security.polito.it | 4 | * TORSEC group -- http://security.polito.it |
4 | * | 5 | * |
5 | * Author: Roberto Sassu <roberto.sassu@polito.it> | 6 | * Author: Roberto Sassu <roberto.sassu@polito.it> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | * File: ima_template_lib.c | 8 | * File: ima_template_lib.c |
13 | * Library of supported template fields. | 9 | * Library of supported template fields. |
14 | */ | 10 | */ |
diff --git a/security/integrity/ima/ima_template_lib.h b/security/integrity/ima/ima_template_lib.h index 6a3d8b831deb..e515955456a3 100644 --- a/security/integrity/ima/ima_template_lib.h +++ b/security/integrity/ima/ima_template_lib.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Politecnico di Torino, Italy | 3 | * Copyright (C) 2013 Politecnico di Torino, Italy |
3 | * TORSEC group -- http://security.polito.it | 4 | * TORSEC group -- http://security.polito.it |
4 | * | 5 | * |
5 | * Author: Roberto Sassu <roberto.sassu@polito.it> | 6 | * Author: Roberto Sassu <roberto.sassu@polito.it> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | * File: ima_template_lib.h | 8 | * File: ima_template_lib.h |
13 | * Header for the library of supported template fields. | 9 | * Header for the library of supported template fields. |
14 | */ | 10 | */ |
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index 7de59f44cba3..65377848fbc5 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2009-2010 IBM Corporation | 3 | * Copyright (C) 2009-2010 IBM Corporation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Mimi Zohar <zohar@us.ibm.com> | 6 | * Mimi Zohar <zohar@us.ibm.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License as | ||
9 | * published by the Free Software Foundation, version 2 of the | ||
10 | * License. | ||
11 | * | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #include <linux/types.h> | 9 | #include <linux/types.h> |
diff --git a/security/integrity/integrity_audit.c b/security/integrity/integrity_audit.c index 82c98f7d217e..5109173839cc 100644 --- a/security/integrity/integrity_audit.c +++ b/security/integrity/integrity_audit.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2008 IBM Corporation | 3 | * Copyright (C) 2008 IBM Corporation |
3 | * Author: Mimi Zohar <zohar@us.ibm.com> | 4 | * Author: Mimi Zohar <zohar@us.ibm.com> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation, version 2 of the License. | ||
8 | * | ||
9 | * File: integrity_audit.c | 6 | * File: integrity_audit.c |
10 | * Audit calls for the integrity subsystem | 7 | * Audit calls for the integrity subsystem |
11 | */ | 8 | */ |