diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-08-26 23:15:57 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-08-26 23:15:57 +0000 |
| commit | 889d7d152464c0cd6c3180c0f2ada6d62f3600c6 (patch) | |
| tree | d8d8cff60f44747a4d4754df5d1a29589f04181d /lib/libutil | |
| parent | 956737a7a6f84a9444b6e2b4b29e8f65c30f1a90 (diff) | |
Notes
Diffstat (limited to 'lib/libutil')
| -rw-r--r-- | lib/libutil/login.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 319cea350d28d..87021916e5af3 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.8 1997/02/22 15:08:16 peter Exp $ +.\" $Id: login.conf.5,v 1.9 1997/05/22 07:02:01 tg Exp $ .\" .Dd November 22, 1996 .Dt LOGIN.CONF 5 @@ -217,6 +217,8 @@ 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.deny list List of programs which users in the class +may not run. Support for this option must be built into each program. .El .Pp These fields are intended to be used by |
