Skip to content

Commit 1f1a5be

Browse files
Al2Klimovjankara
authored andcommitted
Replace HTTP links with HTTPS ones: DISKQUOTA
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexander A. Klimov <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent 1197d04 commit 1f1a5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/filesystems/quota.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the above events to userspace. There they can be captured by an application
3131
and processed accordingly.
3232

3333
The interface uses generic netlink framework (see
34-
http://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more
34+
https://lwn.net/Articles/208755/ and http://people.suug.ch/~tgr/libnl/ for more
3535
details about this layer). The name of the quota generic netlink interface
3636
is "VFS_DQUOT". Definitions of constants below are in <linux/quota.h>.
3737
Since the quota netlink protocol is not namespace aware, quota netlink messages

fs/quota/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config QUOTA
1515
Ext3, ext4 and reiserfs also support journaled quotas for which
1616
you don't need to run quotacheck(8) after an unclean shutdown.
1717
For further details, read the Quota mini-HOWTO, available from
18-
<http://www.tldp.org/docs.html#howto>, or the documentation provided
18+
<https://www.tldp.org/docs.html#howto>, or the documentation provided
1919
with the quota tools. Probably the quota support is only useful for
2020
multi user systems. If unsure, say N.
2121

0 commit comments

Comments
 (0)