1console.perms(5) System Administrator's Manual console.perms(5)
2
3
4
6 console.perms - permissions control file for users at the system con‐
7 sole
8
10 /etc/security/console.perms and .perms files in the /etc/security/con‐
11 sole.perms.d directory determine the permissions that will be given to
12 priviledged users of the console at login time, and the permissions to
13 which to revert when the users log out. They are read by the pam_con‐
14 sole_apply helper executable.
15
16 The format is:
17
18 <class>=space-separated list of words
19
20 login-regexp|<login-class> perm dev-glob|<dev-class> \
21 revert-mode revert-owner[.revert-group]
22
23 The revert-mode, revert-owner, and revert-group fields are optional,
24 and default to 0600, root, and root, respectively.
25
26 The words in a class definition are evaluated as globs if they refer to
27 files, but as regular expressions if they apply to a console defini‐
28 tion. Do not mix them.
29
30 Any line can be broken and continued on the next line by using a \
31 character as the last character on the line.
32
33 The login-class class and the login-regexp word are evaluated as regu‐
34 lar expressions. The dev-class and the dev-glob word are evaluated as
35 shell-style globs. If a name given corresponds to a directory, and if
36 it is a mount point listed in /etc/fstab, the device node associated
37 with the filesystem mounted at that point will be substituted in its
38 place.
39
40 Classes are denoted by being contained in < angle bracket > characters;
41 a lack of < angle brackets > indicates that the string is to be taken
42 literally as a login-regexp or a dev-glob, depending on its input posi‐
43 tion.
44
46 pam_console(8)
47 pam_console_apply(8)
48 console.apps(5)
49
51 Michael K. Johnson <johnsonm@redhat.com>
52
53
54
55Red Hat Software 2005/5/2 console.perms(5)