|
@@ -28,6 +28,7 @@ show up in /proc/sys/kernel:
|
|
|
- core_uses_pid
|
|
- core_uses_pid
|
|
|
- ctrl-alt-del
|
|
- ctrl-alt-del
|
|
|
- dentry-state
|
|
- dentry-state
|
|
|
|
|
+- dmesg_restrict
|
|
|
- domainname
|
|
- domainname
|
|
|
- hostname
|
|
- hostname
|
|
|
- hotplug
|
|
- hotplug
|
|
@@ -213,6 +214,19 @@ to decide what to do with it.
|
|
|
|
|
|
|
|
==============================================================
|
|
==============================================================
|
|
|
|
|
|
|
|
|
|
+dmesg_restrict:
|
|
|
|
|
+
|
|
|
|
|
+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 CAP_SYS_ADMIN to use
|
|
|
|
|
+dmesg(8).
|
|
|
|
|
+
|
|
|
|
|
+The kernel config option CONFIG_SECURITY_DMESG_RESTRICT sets the default
|
|
|
|
|
+value of dmesg_restrict.
|
|
|
|
|
+
|
|
|
|
|
+==============================================================
|
|
|
|
|
+
|
|
|
domainname & hostname:
|
|
domainname & hostname:
|
|
|
|
|
|
|
|
These files can be used to set the NIS/YP domainname and the
|
|
These files can be used to set the NIS/YP domainname and the
|