Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
22
cde/lib/pam/examples/login/logindevperm
Normal file
22
cde/lib/pam/examples/login/logindevperm
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# Copyright 1993, by Sun Microsystems, Inc.
|
||||
#
|
||||
#ident "@(#)logindevperm 1.1 93/08/16 SMI"
|
||||
#
|
||||
# /etc/logindevperm - login-based device permissions
|
||||
#
|
||||
# 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
|
||||
# "devices" field will be set to that of the user. Similarly, the mode
|
||||
# will be set to the mode specified in the "mode" field.
|
||||
#
|
||||
# "devices" is a colon-separated list of device names. A device name
|
||||
# ending in "/*", such as "/dev/fbs/*", specifies all entries (except "."
|
||||
# and "..") in a directory. A '#' begins a comment and may appear
|
||||
# anywhere in an entry.
|
||||
#
|
||||
# console mode devices
|
||||
#
|
||||
/dev/console 0600 /dev/mouse:/dev/kbd
|
||||
/dev/console 0600 /dev/sound/* # audio devices
|
||||
/dev/console 0600 /dev/fbs/* # frame buffers
|
||||
Reference in New Issue
Block a user