diff options
author | jamie <jamie@FreeBSD.org> | 2010-11-04 17:01:21 +0000 |
---|---|---|
committer | jamie <jamie@FreeBSD.org> | 2010-11-04 17:01:21 +0000 |
commit | 85767896da1c52300de322e3fc4f29fe9b7e4413 (patch) | |
tree | bced28660a29b3ffad515a0234107c8eeb256ded /usr.sbin/jail/jailp.h | |
parent | 94aa5f72213aae7248f78420b16afc320dd93e4b (diff) | |
download | FreeBSD-src-85767896da1c52300de322e3fc4f29fe9b7e4413.zip FreeBSD-src-85767896da1c52300de322e3fc4f29fe9b7e4413.tar.gz |
Reads the mount.fstab file, and put its lines separately into the
IP__MOUNT_FROM_FSTAB internal parameter.
Diffstat (limited to 'usr.sbin/jail/jailp.h')
-rw-r--r-- | usr.sbin/jail/jailp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/jail/jailp.h b/usr.sbin/jail/jailp.h index 885a162..9dc47fc 100644 --- a/usr.sbin/jail/jailp.h +++ b/usr.sbin/jail/jailp.h @@ -102,6 +102,7 @@ enum intparam { #ifdef INET6 IP__IP6_IFADDR, /* Copy of ip6.addr with interface/prefixlen */ #endif + IP__MOUNT_FROM_FSTAB, /* Line from mount.fstab file */ KP_ALLOW_CHFLAGS, KP_ALLOW_MOUNT, KP_ALLOW_RAW_SOCKETS, |