summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login.conf.5
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-27 20:06:20 +0000
committerbrian <brian@FreeBSD.org>1997-08-27 20:06:20 +0000
commit6c9afb5a313b719d4498d929ecf771ca26e79435 (patch)
tree5afe6f30a412635c518772d64620112ad847e9f2 /lib/libutil/login.conf.5
parent1fa2fafd210a0a94505d20066e2c109207101d32 (diff)
downloadFreeBSD-src-6c9afb5a313b719d4498d929ecf771ca26e79435.zip
FreeBSD-src-6c9afb5a313b719d4498d929ecf771ca26e79435.tar.gz
Add full support for determining if a user
is restricted from running a given program.
Diffstat (limited to 'lib/libutil/login.conf.5')
-rw-r--r--lib/libutil/login.conf.58
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 8702191..8b2397e 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: login.conf.5,v 1.9 1997/05/22 07:02:01 tg Exp $
+.\" $Id: login.conf.5,v 1.10 1997/08/26 23:15:57 brian Exp $
.\"
.Dd November 22, 1996
.Dt LOGIN.CONF 5
@@ -217,6 +217,9 @@ disallowed.
in the class may use for access.
.It tty.deny list List of ttys and ttygroups which users
in the class may not use for access.
+.It prog.allow list List of programs which users in the class
+may run irrespective of the contents of prog.deny. Support for this option
+must be built into each program.
.It prog.deny list List of programs which users in the class
may not run. Support for this option must be built into each program.
.El
@@ -363,4 +366,5 @@ lists.
.Xr getttyent 3 ,
.Xr login_cap 3 ,
.Xr login_class 3 ,
-.Xr ttys 5
+.Xr ttys 5 ,
+.Xr login_progok 3
OpenPOWER on IntegriCloud