# The file var/games/sopwith/hiscores.txt is a global list of high scores used
# by the code starting with v2.9.0.  It needs to be writable by all users,
# which means it needs permissions 0666 and not 0644.
#
# We get several warnings from Lintian for this file.  However, policy section
# 10.10 says:
#
#   If necessary you may deviate from the details below. However, if you do so
#   you must make sure that what is done is secure and you should try to be as
#   consistent as possible with the rest of the system.
#
# I'm interpreting this to mean that it's ok to use 0666 for this one specific
# file, since I'm setting the permissions that upstream expects, and there are
# minimal security-related implications.

sopwith: package-contains-documentation-outside-usr-share-doc [var/games/sopwith/hiscores.txt]
sopwith: non-standard-file-perm 0666 != 0644 [var/games/sopwith/hiscores.txt]
