o Introduce pr_securelevel, which holds a per-jail securelevel.
Obtained from: TrustedBSD Project
This commit is contained in:
parent
6748bcc51e
commit
bda63e26d8
@ -44,6 +44,7 @@ struct prison {
|
||||
char pr_host[MAXHOSTNAMELEN];
|
||||
u_int32_t pr_ip;
|
||||
void *pr_linux;
|
||||
int pr_securelevel;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user