Unix and Linux Discussions Tagged with permissions |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
10,677 |
Homework & Coursework Questions |
|
|
|
3 |
7,062 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
982 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,078 |
Shell Programming and Scripting |
|
|
|
5 |
376 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
864 |
Solaris |
|
|
|
1 |
793 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,094 |
Solaris |
|
|
|
4 |
3,151 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,830 |
Solaris |
|
|
|
5 |
1,488 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,602 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,564 |
Solaris |
|
|
|
1 |
4,302 |
Proxy Server |
|
|
|
5 |
1,930 |
Programming |
|
|
|
12 |
7,620 |
UNIX for Dummies Questions & Answers |
|
|
|
15 |
2,719 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,200 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
4,151 |
AIX |
|
|
|
4 |
2,060 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
22,748 |
Shell Programming and Scripting |
|
|
|
5 |
4,480 |
Shell Programming and Scripting |
|
|
|
4 |
2,329 |
Debian |
|
|
|
5 |
11,484 |
Ubuntu |
|
|
|
1 |
6,314 |
Shell Programming and Scripting |
|
|
|
5 |
2,913 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
1,426 |
Shell Programming and Scripting |
|
|
|
0 |
3,578 |
Programming |
|
|
|
15 |
8,202 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,673 |
Shell Programming and Scripting |
|
|
|
2 |
3,407 |
Shell Programming and Scripting |
|
|
|
3 |
9,174 |
Shell Programming and Scripting |
|
|
|
2 |
1,780 |
Solaris |
|
|
|
0 |
2,708 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,504 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
6,233 |
Solaris |
|
|
|
0 |
1,779 |
OS X (Apple) |
|
|
|
1 |
2,014 |
Shell Programming and Scripting |
|
|
|
3 |
6,365 |
Shell Programming and Scripting |
|
|
|
5 |
2,531 |
Homework & Coursework Questions |
pam_console_appy(8) System Administrator's Manual pam_console_appy(8)
NAME
pam_console_apply - set or revoke permissions for users at the system console
SYNOPSIS
pam_console_apply [-r]
DESCRIPTION
pam_console_apply sets or resets permissions on devices in the same manner as pam_console.
If /var/run/console.lock exists, pam_console_apply will grant permissions to the user listed therein. If the lock file does not exist,
permissions are reset to those listed in /etc/security/console.perms, which should be configured to set permissions on devices so that root
owns them.
ARGUMENTS
-r Signals pam_console_apply to reset permissions. The default is to set permissions so that the user listed in /var/run/console.lock
has access to the devices, and to reset permissions if no such file exists.
FILES
/var/run/console.lock
/etc/security/console.perms
SEE ALSO
pam_console(8)
console.perms(5)
BUGS
Let's hope not, but if you find any, please report them via the "Bug Track" link at http://bugzilla.redhat.com/bugzilla/
AUTHOR
Nalin Dahyabhai <nalin@redhat.com>, using code shamelessly stolen from parts of pam_console.
Red Hat 2001/3/6 pam_console_appy(8)