diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-07 15:17:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-07 15:17:13 +0000 |
commit | 985b15b18b097135921c9e3310bfba454df0c40b (patch) | |
tree | 2861108da63e0ac69106509047e5ff281cc31b57 /sources | |
parent | fc5ce36326d0a5f4f67dea2c471baeaa48b0b079 (diff) |
Fix perms for /dev/tty
Diffstat (limited to 'sources')
-rw-r--r-- | sources/device_table.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt index a023e6f80..e9c9bf561 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 |