Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# /etc/security/console.perms
2
#
3
# This file determines the permissions that will be given to priviledged
4
# users of the console at login time, and the permissions to which to
5
# revert when the users log out.
6
 
7
# format is:
8
#   <class>=list of regexps specifying consoles or globs specifying files
9
#   file-glob|<class> perm dev-regex|<dev-class> \
10
#     revert-mode revert-owner[.revert-group]
11
# the revert-mode, revert-owner, and revert-group are optional, and default
12
# to 0600, root, and root, respectively.
13
#
14
# For more information:
15
# man 5 console.perms
16
#
17
# This file should not be modified.
18
# Rather a new file in the console.perms.d directory should be created.
19
 
20
# file classes -- these are regular expressions
21
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]+\.[0-9]+ :[0-9]+
22
<xconsole>=:[0-9]+\.[0-9]+ :[0-9]+
23
 
24
# device classes -- see console.perms.d/50-default.perms
25
# permission definitions -- see console.perms.d/50-default.perms