Blame modules/pam_console/console.perms

Packit Service b29381
# /etc/security/console.perms
Packit Service b29381
#
Packit Service b29381
# This file determines the permissions that will be given to priviledged
Packit Service b29381
# users of the console at login time, and the permissions to which to
Packit Service b29381
# revert when the users log out.
Packit Service b29381
Packit Service b29381
# format is:
Packit Service b29381
#   <class>=list of regexps specifying consoles or globs specifying files
Packit Service b29381
#   file-glob|<class> perm dev-regex|<dev-class> \
Packit Service b29381
#     revert-mode revert-owner[.revert-group]
Packit Service b29381
# the revert-mode, revert-owner, and revert-group are optional, and default
Packit Service b29381
# to 0600, root, and root, respectively.
Packit Service b29381
#
Packit Service b29381
# For more information:
Packit Service b29381
# man 5 console.perms
Packit Service b29381
#
Packit Service b29381
# This file should not be modified.
Packit Service b29381
# Rather a new file in the console.perms.d directory should be created.
Packit Service b29381
Packit Service b29381
# file classes -- these are regular expressions
Packit Service b29381
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]+\.[0-9]+ :[0-9]+
Packit Service b29381
<xconsole>=:[0-9]+\.[0-9]+ :[0-9]+
Packit Service b29381
Packit Service b29381
# device classes -- see console.perms.d/50-default.perms
Packit Service b29381
# permission definitions -- see console.perms.d/50-default.perms