From 92746eca8682886861092d9eca8783451c1e5fd0 Mon Sep 17 00:00:00 2001 From: davidn Date: Thu, 2 Jan 1997 08:05:43 +0000 Subject: Added group= facility to /etc/ttys for tty grouping for more more manageable and convenient referencing by login.conf (login class database) and (e.g.) login.access. This is the first of a group of commits which implements the login class capabilities database. --- include/ttyent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ttyent.h b/include/ttyent.h index e95db25..accaf9c 100644 --- a/include/ttyent.h +++ b/include/ttyent.h @@ -42,6 +42,8 @@ #define _TTYS_ON "on" #define _TTYS_SECURE "secure" #define _TTYS_WINDOW "window" +#define _TTYS_GROUP "group" +#define _TTYS_NOGROUP "none" struct ttyent { char *ty_name; /* terminal device name */ @@ -52,6 +54,7 @@ struct ttyent { int ty_status; /* status flags */ char *ty_window; /* command to start up window manager */ char *ty_comment; /* comment field */ + char *ty_group; /* tty group */ }; #include -- cgit v1.1