From 4e088f59beec277cb4bedcf66b78a1ec30237a35 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:54:54 +0000 Subject: [PATCH] Fix typo --- Documentation/admin-guide/sysctl/fs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst index ff39f57ae07a..1c29f205deb2 100644 --- a/Documentation/admin-guide/sysctl/fs.rst +++ b/Documentation/admin-guide/sysctl/fs.rst @@ -279,7 +279,7 @@ sysfs_restrict This toggle controls the permissions of sysfs (the pseudo-filesystem mounted at /sys). -When sysfs_restrict is set to to (0), there are no restrictions and +When sysfs_restrict is set to (0), there are no restrictions and unprivileged users are permitted to access sysfs. When sysfs_restrict is set to (1), sysfs and any filesystem normally mounted under it (e.g. debugfs) will be accessible only by root.