From owner-freebsd-questions@FreeBSD.ORG Wed Feb 6 15:09:40 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33E239C6 for ; Wed, 6 Feb 2013 15:09:40 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by mx1.freebsd.org (Postfix) with ESMTP id C1AD4139 for ; Wed, 6 Feb 2013 15:09:39 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id w11so691202bku.8 for ; Wed, 06 Feb 2013 07:09:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=1cCOYTSEIjcaTOhrW9gep0lUpxMFjT8ckWZTQwZTRQc=; b=So56jtnyNYNjCSMr3O/nnfrpch3RQc/i7WOwNzvf7YbpPBEzslVu344goSmMOuK911 tBmyHhkyRu6+Rt4zAWUsWlOCPZcDQ2ZsyBJ/tVulEnNzFegHsmIuZ7NyRCxRvma1C2B5 h1qrvu9gcA9hpn+ehwQahJVetKdHrHNeg8BakHRBBeBu2Nn1f7OP6/7yRZUszvepL+VB koQBZy9clzTlqRVcwAufFPtUnIf9qEm6YD+WJ21Uszt1FD0cKeMA1ZgA1MijpVdbTaKR pXPjHHJgBMijIvrwEtoX113FZCxhJgo5cpNSCoad2FlFUfjT1kfL+kJHxISmrFUDfbi7 wPqQ== MIME-Version: 1.0 X-Received: by 10.204.4.146 with SMTP id 18mr7839355bkr.9.1360163372998; Wed, 06 Feb 2013 07:09:32 -0800 (PST) Received: by 10.205.76.198 with HTTP; Wed, 6 Feb 2013 07:09:32 -0800 (PST) Received: by 10.205.76.198 with HTTP; Wed, 6 Feb 2013 07:09:32 -0800 (PST) In-Reply-To: <5112706B.8080707@a1poweruser.com> References: <5112706B.8080707@a1poweruser.com> Date: Wed, 6 Feb 2013 07:09:32 -0800 Message-ID: Subject: Re: sysctl security.jail.* descriptions From: Waitman Gobble To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:09:40 -0000 On Feb 6, 2013 7:02 AM, "Fbsd8" wrote: > > Where do I find the descriptions of what these jail MIBs do? > > > security.jail.param.allow.mount.zfs: 0 > security.jail.param.allow.mount.procfs: 0 > security.jail.param.allow.mount.nullfs: 0 > security.jail.param.allow.mount.devfs: 0 > security.jail.param.allow.mount.: 0 > security.jail.param.allow.socket_af: 0 > security.jail.param.allow.quotas: 0 > security.jail.param.allow.chflags: 0 > security.jail.param.allow.raw_sockets: 0 > security.jail.param.allow.sysvipc: 0 > security.jail.param.allow.set_hostname: 0 > security.jail.param.ip6.saddrsel: 0 > security.jail.param.ip6.: 0 > security.jail.param.ip4.saddrsel: 0 > security.jail.param.ip4.: 0 > security.jail.param.cpuset.id: 0 > security.jail.param.host.hostid: 0 > security.jail.param.host.hostuuid: 64 > security.jail.param.host.domainname: 256 > security.jail.param.host.hostname: 256 > security.jail.param.host.: 0 > security.jail.param.children.max: 0 > security.jail.param.children.cur: 0 > security.jail.param.dying: 0 > security.jail.param.persist: 0 > security.jail.param.devfs_ruleset: 0 > security.jail.param.enforce_statfs: 0 > security.jail.param.securelevel: 0 > security.jail.param.path: 1024 > security.jail.param.name: 256 > security.jail.param.parent: 0 > security.jail.param.jid: 0 > security.jail.devfs_ruleset: 0 > security.jail.enforce_statfs: 2 > security.jail.mount_zfs_allowed: 0 > security.jail.mount_procfs_allowed: 0 > security.jail.mount_nullfs_allowed: 0 > security.jail.mount_devfs_allowed: 0 > security.jail.mount_allowed: 0 > security.jail.chflags_allowed: 0 > security.jail.allow_raw_sockets: 0 > security.jail.sysvipc_allowed: 0 > security.jail.socket_unixiproute_only: 1 > security.jail.set_hostname_allowed: 1 > security.jail.jail_max_af_ips: 255 > security.jail.jailed: 0 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" Did you try the man page? Also there is often interesting comments in /usr/src Hope that helps. Waitman Gobble San Jose California