From 6f67e3e3fd0131a0b3c834308e3ec96028fce0ae Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 26 Feb 2015 13:52:09 +0100 Subject: [PATCH] random.4: Fix permissions shown for the devices These days, the devices are RW for everyone. Signed-off-by: Michael Kerrisk --- man4/random.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man4/random.4 b/man4/random.4 index a3663fa63..db6a5765c 100644 --- a/man4/random.4 +++ b/man4/random.4 @@ -160,8 +160,8 @@ If your system does not have can be created with the following commands: .nf - mknod \-m 644 /dev/random c 1 8 - mknod \-m 644 /dev/urandom c 1 9 + mknod \-m 666 /dev/random c 1 8 + mknod \-m 666 /dev/urandom c 1 9 chown root:root /dev/random /dev/urandom .fi