o Introduce pr_securelevel, which holds a per-jail securelevel.

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-09-26 20:36:08 +00:00
parent 6748bcc51e
commit bda63e26d8

View File

@ -44,6 +44,7 @@ struct prison {
char pr_host[MAXHOSTNAMELEN];
u_int32_t pr_ip;
void *pr_linux;
int pr_securelevel;
};
/*