From owner-freebsd-doc@FreeBSD.ORG Sun Nov 12 00:30:32 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE22B16A403 for ; Sun, 12 Nov 2006 00:30:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577F843D81 for ; Sun, 12 Nov 2006 00:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAC0UROK084501 for ; Sun, 12 Nov 2006 00:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAC0URfM084496; Sun, 12 Nov 2006 00:30:27 GMT (envelope-from gnats) Date: Sun, 12 Nov 2006 00:30:27 GMT Message-Id: <200611120030.kAC0URfM084496@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/104403: man security should mention that the usage of the X Window Systen is only possible with kern.securitylevel=-1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 00:30:33 -0000 The following reply was made to PR docs/104403; it has been noted by GNATS. From: Giorgos Keramidas To: "Dr. Markus Waldeck" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: docs/104403: man security should mention that the usage of the X Window Systen is only possible with kern.securitylevel=-1 Date: Sun, 12 Nov 2006 01:18:11 +0100 On 2006-10-14 09:29, "Dr. Markus Waldeck" wrote: > man security should mention that the usage of the X Window Systen is > only possible with kern.securitylevel=-1. > > With kern.securitylevel=0 or higher it is not possible to start X. You can still use `xdm' or a similar way of starting X11, because it will be started by init(8) before the securelevel is raised by the `/etc/rc.d/securelevel' script. I don't think this is worth mentioning in security(7), because we can't possibly document *ALL* the possible things that can fail with a bumped securelevel.