File: nethack-common.templates

package info (click to toggle)
nethack 3.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,468 kB
  • sloc: ansic: 266,495; cpp: 13,652; yacc: 2,903; perl: 1,426; lex: 581; sh: 535; xml: 372; awk: 98; makefile: 68; fortran: 51; sed: 11
file content (24 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: nethack-common/recover-setgid
Type: boolean
Default: true
_Description: Use setgid bit with NetHack's recover utility?
 The "recover" program in the package nethack-common is traditionally
 installed with the "setgid" bit set, so that all users can use it to
 recover their own save files after a crash (with "games" group
 privileges). This is a potential source of security problems.
 .
 This package includes a script that runs during system boot, invoking
 recover on any broken save files it finds. This makes it less likely
 that users will need to run it themselves, so the default is to install
 recover without the special permission bits required for that.
 .
 If you choose this option, unprivileged users will be able to run "recover".