1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/games/xjumpx/files/pkg-message.in
Martin Wilke 8071f48426 - Respect X11BASE
PR:		ports/105821
Submitted by:	trasz
2006-11-24 22:49:00 +00:00

10 lines
381 B
Plaintext

--- NOTICE ---
Original xjumpx is setgid games to protect scorefiles.
However, due to security concerns, xjumpx is not installed setgid games,
so everybody can change scorefiles.
In order to protect scorefiles, you will need to run these commands:
chgrp games %%PREFIX%%/bin/xjumpx %%PREFIX%%/lib/X11/xjumpx
chmod g+s %%PREFIX%%/bin/xjumpx
chmod 770 %%PREFIX%%/lib/X11/xjumpx