From owner-freebsd-x11@freebsd.org Fri Sep 1 21:06:01 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BDB9E06D55 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2355463854 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1F116E06D54; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB6CE06D53 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E23763853 for ; Fri, 1 Sep 2017 21:06:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v81L60Wg054300 for ; Fri, 1 Sep 2017 21:06:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 221984] x11-servers/xorg-server: enable SECURITY extension Date: Fri, 01 Sep 2017 21:05:35 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 21:06:01 -0000 Anton Yuzhaninov has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 221984: x11-servers/xorg-server: enable SECURITY extension https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221984 --- Description --- Created attachment 185979 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185979&action= =3Dedit enable SECURITY X server extension Attached patch enables SECURITY extension for X server. This will allow 'ssh -X' to work. Currently ssh -X fails, because 'xauth generate' can't grab au= th data from running X server. This extension is enabled in xorg package for many (may be most) Linux dist= ros. As I know it was disabled by default in xorg when XACE was added. But XACE = is not fully replaces SECURITY extension: "In Red Hat Enterprise Linux 6, the X Security extension (XC-SECURITY) has = been disabled and replaced by X Access Control Extension (XACE). However, XACE d= oes not yet include functionality that was previously available in XC-SECURITY. With this update, XC-SECURITY is enabled in the xorg-x11-server spec file on Red Hat Enterprise Linux 6." [1] 1. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/ht= ml/6 .5_Technical_Notes/xorg-x11-server.html I've not tested this change with slave ports, so in my patch I've added this option only for ${SLAVE_PORT} =3D=3D "no".