1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/urban/pkg-plist
Jean-Yves Lefort 230b011405 - Fix several stack overflow bugs which allowed local users to elevate their
privileges to the games group [1]
- When deinstalling, remove the score file if it is empty
- Polish the port

Submitted by:	shaun@rsc.cx [1]
Security:	fix local games group privilege escalation
2005-09-02 12:12:49 +00:00

7 lines
192 B
Plaintext

bin/urban
share/urban/intro.dat
share/urban/levels.dat
share/urban/urban.dat
@dirrm share/urban
@unexec if [ ! -s /var/games/urban.scores ]; then rm -f /var/games/urban.scores 2>/dev/null; fi