Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 14:41:43 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553545 - in head/x11-wm: cage sway wayfire
Message-ID:  <202010281441.09SEfhOJ096699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct 28 14:41:43 2020
New Revision: 553545
URL: https://svnweb.freebsd.org/changeset/ports/553545

Log:
  x11-wm/sway: clarify SUID

Modified:
  head/x11-wm/cage/Makefile   (contents, props changed)
  head/x11-wm/sway/Makefile   (contents, props changed)
  head/x11-wm/wayfire/Makefile   (contents, props changed)

Modified: head/x11-wm/cage/Makefile
==============================================================================
--- head/x11-wm/cage/Makefile	Wed Oct 28 14:06:53 2020	(r553544)
+++ head/x11-wm/cage/Makefile	Wed Oct 28 14:41:43 2020	(r553545)
@@ -35,7 +35,7 @@ MANPAGES_BUILD_DEPENDS=	scdoc>=1.9.2:textproc/scdoc
 MANPAGES_MESON_ENABLED=	man-pages
 MANPAGES_PLIST_FILES=	man/man1/${PORTNAME}.1.gz
 
-SUID_DESC=	setuid bit on "${PORTNAME}" binary (required for DRM session)
+SUID_DESC=	setuid bit on "${PORTNAME}" binary (to claim DRM without seatd/console-kit-daemon)
 SUID_VARS=	MAYBE_SUID="@(,,4755) "
 
 X11_MESON_TRUE=	xwayland

Modified: head/x11-wm/sway/Makefile
==============================================================================
--- head/x11-wm/sway/Makefile	Wed Oct 28 14:06:53 2020	(r553544)
+++ head/x11-wm/sway/Makefile	Wed Oct 28 14:41:43 2020	(r553545)
@@ -44,7 +44,7 @@ MANPAGES_MESON_ENABLED=	man-pages
 PIXBUF_USE=		GNOME=gdkpixbuf2
 PIXBUF_MESON_ENABLED=	gdk-pixbuf
 
-SUID_DESC=		setuid bit on "sway" binary (required for DRM session)
+SUID_DESC=		setuid bit on "sway" binary (to claim DRM without seatd/console-kit-daemon)
 SUID_PLIST_SUB=		MAYBE_SUID="@(,,4755) "
 SUID_PLIST_SUB_OFF=	MAYBE_SUID=""
 

Modified: head/x11-wm/wayfire/Makefile
==============================================================================
--- head/x11-wm/wayfire/Makefile	Wed Oct 28 14:06:53 2020	(r553544)
+++ head/x11-wm/wayfire/Makefile	Wed Oct 28 14:41:43 2020	(r553545)
@@ -36,7 +36,7 @@ GH_TUPLE=	WayfireWM:wf-utils:f9b5eba:wfutils/subprojec
 OPTIONS_DEFINE=	SUID X11
 OPTIONS_DEFAULT=SUID X11
 
-SUID_DESC=		setuid bit on "${PORTNAME}" binary (required for DRM session)
+SUID_DESC=		setuid bit on "${PORTNAME}" binary (to claim DRM without seatd/console-kit-daemon)
 SUID_PLIST_SUB=		MAYBE_SUID="@(,,4755) "
 SUID_PLIST_SUB_OFF=	MAYBE_SUID=""
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010281441.09SEfhOJ096699>