diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-04 06:20:18 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 23:01:49 +0300 |
commit | ee74db082abf8f4ce2ef534da4ed8950de21ae29 (patch) | |
tree | dcdb7e69099341d87878410768ecda845c04fbb5 /Documentation/admin-guide | |
parent | b45225b41a98e9ad44c9a80886a204aeff34e392 (diff) | |
download | linux-ee74db082abf8f4ce2ef534da4ed8950de21ae29.tar.xz |
Documentation/admin-guide: sysctl/kernel: drop doubled word
Drop the doubled word "set".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20200704032020.21923-12-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 5f432f51f23e..292e3d0188f6 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -235,7 +235,7 @@ This toggle indicates whether unprivileged users are prevented from using ``dmesg(8)`` to view messages from the kernel's log buffer. When ``dmesg_restrict`` is set to 0 there are no restrictions. -When ``dmesg_restrict`` is set set to 1, users must have +When ``dmesg_restrict`` is set to 1, users must have ``CAP_SYSLOG`` to use ``dmesg(8)``. The kernel config option ``CONFIG_SECURITY_DMESG_RESTRICT`` sets the |