From 37917d4e0556decf1919bcb48a64b8074d4e7d2d Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 1 Nov 2000 09:19:14 +0000 Subject: Mark FORBIDDEN: the xinitrc file installed by the port contains a stupid "xhost +${HOSTNAME}" line which would allow local users to snoop your X session. Submitted by: Nicholas Brawn via Bugtraq --- x11-wm/xfce/Makefile | 2 ++ x11-wm/xfce4/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index 448092186e3d..1c0bc83eb96b 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +FORBIDDEN= "Installs stupid xinitrc file containing xhost +$HOSTNAME" + USE_X_PREFIX= yes USE_IMLIB= yes USE_ESOUND= yes diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 448092186e3d..1c0bc83eb96b 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +FORBIDDEN= "Installs stupid xinitrc file containing xhost +$HOSTNAME" + USE_X_PREFIX= yes USE_IMLIB= yes USE_ESOUND= yes -- cgit