| @@ -1,3 +1,3 @@ | |||
| 1 | - | Allow users to access the kernel ring buffer and view the messages using dmesg | |
| 1 | + | allow users to access the kernel ring buffer and view the messages using dmesg | |
| 2 | 2 | ```sh | |
| 3 | 3 | sysctl kernel.dmesg_restrict=0 | |
xl / kernel ring buffer.md
Last active 3 months ago
xl revised this gist 1 year ago · fecb37e
1 file changed, 1 insertion, 1 deletion
xl revised this gist 1 year ago · c01fa68
1 file changed, 2 insertions
| @@ -1 +1,3 @@ | |||
| 1 | 1 | Allow users to access the kernel ring buffer and view the messages using dmesg | |
| 2 | + | ```sh | |
| 3 | + | sysctl kernel.dmesg_restrict=0 | |
xl revised this gist 1 year ago · d48b775
1 file changed, 1 insertion
| @@ -0,0 +1 @@ | |||
| 1 | + | Allow users to access the kernel ring buffer and view the messages using dmesg | |