mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8071f48426
PR: ports/105821 Submitted by: trasz
10 lines
381 B
Plaintext
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
|