From owner-svn-src-all@FreeBSD.ORG Sun Dec 8 19:32:29 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADCA5AB4; Sun, 8 Dec 2013 19:32:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99FB21919; Sun, 8 Dec 2013 19:32:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB8JWTFO015413; Sun, 8 Dec 2013 19:32:29 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB8JWTXt015412; Sun, 8 Dec 2013 19:32:29 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <201312081932.rB8JWTXt015412@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 8 Dec 2013 19:32:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259106 - head/sbin/casperd X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 19:32:29 -0000 Author: pjd Date: Sun Dec 8 19:32:29 2013 New Revision: 259106 URL: http://svnweb.freebsd.org/changeset/base/259106 Log: Some improvements to the casperd manual page. Submitted by: emaste Modified: head/sbin/casperd/casperd.8 Modified: head/sbin/casperd/casperd.8 ============================================================================== --- head/sbin/casperd/casperd.8 Sun Dec 8 19:20:50 2013 (r259105) +++ head/sbin/casperd/casperd.8 Sun Dec 8 19:32:29 2013 (r259106) @@ -43,15 +43,15 @@ .Sh DESCRIPTION The .Nm -daemon provides various services in capability-like fashion to programs -running in capability mode sandbox. +daemon hosts various services that can be accessed through +libcapsicum's capabilities by programs running in sandboxes. For example it is prohibited to send UDP packets to arbitrary destinations when operating in capability mode, which makes DNS resolution impossible. To make it possible the .Nm -daemon provides +daemon provides the .Nm system.dns -service that allows to proxy DNS resolution requests through dedicated, +service that proxies DNS resolution requests through a dedicated, non-sandboxed process provided by .Nm . .Pp @@ -80,15 +80,15 @@ stored. The default location is .Pa /var/run/casperd.pid . .It Fl S Ar sockpath -Specify alternative location of a +Specify alternative location of the .Xr unix 4 -domain socket that can be used to connect to the +domain socket used to connect to the .Nm daemon. The default location is .Pa /var/run/casper . .It Fl v -Print or log verbose/debugging informations. +Print or log verbose/debugging information. This option can be specified multiple times to raise the verbosity level. .El