]> git.deb.at Git - pkg/beep.git/blobdiff - debian/templates
Bump to Standards-Version 3.9.2
[pkg/beep.git] / debian / templates
index 00001c633a62c78669f367bc9b0aa255d3583f55..a6d42a92520b3b19a2ae4812f7c196c808ab37f7 100644 (file)
@@ -1,14 +1,14 @@
 Template: beep/suid_option
 Type: select
 Template: beep/suid_option
 Type: select
-_Choices: suid root for all, suid root with only group audio executable, not suid at all
+__Choices: usable for all, usable for group audio, usable only for root
 Default: suid root with only group audio executable
 Default: suid root with only group audio executable
-_Description: How to handle suid root for beep program?
+_Description: Install beep as:
  beep must be run as root since it needs to access the speaker hardware.
  beep must be run as root since it needs to access the speaker hardware.
- There are several posibilities to make the program usable:  Either only
+ There are several possibilities to make the program usable:  Either only
  for root (no suid bit at all), executable only by users of the group
  audio, or usable for all.
  .
  for root (no suid bit at all), executable only by users of the group
  audio, or usable for all.
  .
Because each program that is suid root is security risk this is not done
- by default.  However, the program is quite small (~150 lines of code) and
Since each program set as suid root can be a security risk this is not done
+ by default.  However, the program is quite small (~150 lines of code), so it
  is fairly easy to verify the safety of the code yourself, if you don't
  is fairly easy to verify the safety of the code yourself, if you don't
- trust my judgement.
+ trust the package maintainer's judgement.