33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
#
|
|
# @(#)fbtab 1.1 94/10/31 SMI
|
|
#
|
|
# Copyright (c) 1989 by Sun Microsystems, Inc.
|
|
#
|
|
# /etc/fbtab -- framebuffer table
|
|
#
|
|
# Description:
|
|
# If the user is logging in on a device specified in the "console" field
|
|
# of any entry in this file, the owner/group of the devices listed in the
|
|
# "device_list" field will be set to that of the user. Similarly, the mode
|
|
# will be set to the mode specified in the "mode" field.
|
|
#
|
|
# Format:
|
|
# console mode device_list
|
|
#
|
|
# Notes:
|
|
# A "device_list" is a colon-separated list of device names.
|
|
# A '#' begins a comment and may appear anywhere in an entry.
|
|
#
|
|
# Example:
|
|
# /dev/console 0600 /dev/kbd:/dev/mouse
|
|
#
|
|
# Uncomment the following entries to enable window system security
|
|
#/dev/console 0600 /dev/kbd:/dev/mouse
|
|
#/dev/console 0600 /dev/fb:/dev/bwone0:/dev/bwtwo0
|
|
#/dev/console 0600 /dev/cgone0:/dev/cgtwo0:/dev/cgthree0:/dev/cgfour0
|
|
#/dev/console 0600 /dev/cgsix0:/dev/cgeight0:/dev/cgnine0
|
|
#/dev/console 0600 /dev/gpone0a:/dev/gpone0b:/dev/gpone0c:/dev/gpone0d
|
|
#/dev/console 0600 /dev/cgtwelve0:/dev/gt0:/dev/vx0
|
|
#/dev/console 0600 /dev/audio
|
|
#/dev/console 0600 /dev/audioctl
|