diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-01 09:19:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-01 09:19:14 +0000 |
commit | fc04a787a30a99bb4176deea690f991a560d0280 (patch) | |
tree | 0727b2674f8881daf083d9fe30ec5e0f73032e82 /x11-wm/xfce | |
parent | e34e0ea8b1647b86a09deb2b9044da4e71f92c1a (diff) | |
download | ports-fc04a787a30a99bb4176deea690f991a560d0280.tar.gz ports-fc04a787a30a99bb4176deea690f991a560d0280.zip |
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 <nickbrawn@ONETEL.COM> via Bugtraq
Notes
Notes:
svn path=/head/; revision=34523
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |