summaryrefslogtreecommitdiffstats
path: root/sys/sys/jail.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/jail.h')
-rw-r--r--sys/sys/jail.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/jail.h b/sys/sys/jail.h
index 815701c..501d66e 100644
--- a/sys/sys/jail.h
+++ b/sys/sys/jail.h
@@ -304,7 +304,10 @@ struct mount;
struct sockaddr;
struct statfs;
int jailed(struct ucred *cred);
-void getcredhostname(struct ucred *cred, char *, size_t);
+void getcredhostname(struct ucred *, char *, size_t);
+void getcreddomainname(struct ucred *, char *, size_t);
+void getcredhostuuid(struct ucred *, char *, size_t);
+void getcredhostid(struct ucred *, unsigned long *);
int prison_allow(struct ucred *, unsigned);
int prison_check(struct ucred *cred1, struct ucred *cred2);
int prison_canseemount(struct ucred *cred, struct mount *mp);
OpenPOWER on IntegriCloud