Skip to content

Commit ce13266

Browse files
committed
Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem updates from James Morris: "A couple of minor documentation updates only for this release" * tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: LSM: drop duplicated words in header file comments Replace HTTP links with HTTPS ones: security
2 parents 952ace7 + bb22d80 commit ce13266

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

include/linux/lsm_hook_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/*
18-
* The macro LSM_HOOK is used to define the data structures required by the
18+
* The macro LSM_HOOK is used to define the data structures required by
1919
* the LSM framework using the pattern:
2020
*
2121
* LSM_HOOK(<return_type>, <default_value>, <hook_name>, args...)

include/linux/lsm_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
* structure. Note that the security field was not added directly to the
816816
* socket structure, but rather, the socket security information is stored
817817
* in the associated inode. Typically, the inode alloc_security hook will
818-
* allocate and and attach security information to
818+
* allocate and attach security information to
819819
* SOCK_INODE(sock)->i_security. This hook may be used to update the
820820
* SOCK_INODE(sock)->i_security field with additional information that
821821
* wasn't available when the inode was allocated.

security/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ config INTEL_TXT
118118
it was configured with, especially since they may be responsible for
119119
providing such assurances to VMs and services running on it.
120120

121-
See <http://www.intel.com/technology/security/> for more information
121+
See <https://www.intel.com/technology/security/> for more information
122122
about Intel(R) TXT.
123123
See <http://tboot.sourceforge.net> for more information about tboot.
124124
See Documentation/x86/intel_txt.rst for a description of how to enable

security/apparmor/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ config SECURITY_APPARMOR_KUNIT_TEST
7777
This builds the AppArmor KUnit tests.
7878

7979
KUnit tests run during boot and output the results to the debug log
80-
in TAP format (http://testanything.org/). Only useful for kernel devs
80+
in TAP format (https://testanything.org/). Only useful for kernel devs
8181
running KUnit test harness and are not for inclusion into a
8282
production build.
8383

security/integrity/ima/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config IMA
2626
an aggregate integrity value over this list inside the
2727
TPM hardware, so that the TPM can prove to a third party
2828
whether or not critical system files have been modified.
29-
Read <http://www.usenix.org/events/sec04/tech/sailer.html>
29+
Read <https://www.usenix.org/events/sec04/tech/sailer.html>
3030
to learn more about IMA.
3131
If unsure, say N.
3232

security/integrity/ima/ima_template.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2013 Politecnico di Torino, Italy
4-
* TORSEC group -- http://security.polito.it
4+
* TORSEC group -- https://security.polito.it
55
*
66
* Author: Roberto Sassu <[email protected]>
77
*

security/integrity/ima/ima_template_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Copyright (C) 2013 Politecnico di Torino, Italy
4-
* TORSEC group -- http://security.polito.it
4+
* TORSEC group -- https://security.polito.it
55
*
66
* Author: Roberto Sassu <[email protected]>
77
*

security/integrity/ima/ima_template_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Copyright (C) 2013 Politecnico di Torino, Italy
4-
* TORSEC group -- http://security.polito.it
4+
* TORSEC group -- https://security.polito.it
55
*
66
* Author: Roberto Sassu <[email protected]>
77
*

security/keys/encrypted-keys/ecryptfs_format.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (C) 2006 International Business Machines Corp.
66
* Copyright (C) 2010 Politecnico di Torino, Italy
7-
* TORSEC group -- http://security.polito.it
7+
* TORSEC group -- https://security.polito.it
88
*
99
* Authors:
1010
* Michael A. Halcrow <[email protected]>

security/keys/encrypted-keys/ecryptfs_format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (C) 2006 International Business Machines Corp.
66
* Copyright (C) 2010 Politecnico di Torino, Italy
7-
* TORSEC group -- http://security.polito.it
7+
* TORSEC group -- https://security.polito.it
88
*
99
* Authors:
1010
* Michael A. Halcrow <[email protected]>

0 commit comments

Comments
 (0)