diff options
author | ken@cgi101.com <ken@cgi101.com> | 2004-03-09 19:55:17 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:08 -0700 |
commit | 3e16482d259c4a768b24a82bc0ed0e3a77954210 (patch) | |
tree | 06cd26d08936650d93e08d571a66493dff4c5b58 /etc | |
parent | b86f56ff0936b8bf3fddfc60bbb2697b74a3fcf7 (diff) |
[PATCH] Added line to udev.permissions.redhat
Added this line to have xterms provide a prompt.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/udev.permissions.redhat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/udev/udev.permissions.redhat b/etc/udev/udev.permissions.redhat index f73360e34c..c96663964f 100644 --- a/etc/udev/udev.permissions.redhat +++ b/etc/udev/udev.permissions.redhat @@ -9,6 +9,7 @@ vc/[0-9]*:root:tty:0660 # Set this to 0660 if you only want users belonging to tty group # to be able to allocate PTYs ptmx:root:tty:0666 +tty:root:tty:0666 pty[p-za-e][0-9a-f]*:root:tty:0660 tty[p-za-e][0-9a-f]*:root:tty:0660 pty/m*:root:tty:0660 |