From: Eric Andersen Date: Wed, 7 Aug 2002 15:17:13 +0000 (-0000) Subject: Fix perms for /dev/tty X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=985b15b18b097135921c9e3310bfba454df0c40b;p=buildroot.git Fix perms for /dev/tty --- diff --git a/sources/device_table.txt b/sources/device_table.txt index a023e6f80c..e9c9bf5616 100644 --- a/sources/device_table.txt +++ b/sources/device_table.txt @@ -15,8 +15,8 @@ /dev/zero c 640 0 0 1 5 0 0 - /dev/random c 640 0 0 1 8 0 0 - /dev/urandom c 640 0 0 1 9 0 0 - -/dev/tty c 640 0 0 5 0 0 0 - -/dev/tty c 640 0 0 4 0 0 1 6 +/dev/tty c 666 0 0 5 0 0 0 - +/dev/tty c 666 0 0 4 0 0 1 6 /dev/console c 640 0 0 5 1 0 0 - /dev/ram b 640 0 0 1 1 0 0 - /dev/ram b 640 0 0 1 0 0 1 4