From b7ac9705e19db6ddbfdc472ed2332922b5768644 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 26 Aug 1997 23:15:57 +0000 Subject: Add prog.deny as a list capability for denying execution of certain programs. --- lib/libutil/login.conf.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libutil') diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 319cea3..8702191 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 -- cgit v1.1