]> git.deb.at Git - pkg/beep.git/blob - debian/templates
Imported Debian patch 1.2.2-2.woody1
[pkg/beep.git] / debian / templates
1 Template: beep/suid_option
2 Type: select
3 Choices: suid root for all, suid root with only group audio executable, not suid at all
4 Default: suid root with only group audio executable
5 Description: How to handle suid root for beep program?
6  beep must be run as root since it needs to access the speaker hardware.
7  There are several posibilities to make the program usable:  Either only
8  for root (no suid bit at all), executable only by users of the group
9  audio, or usable for all.
10  .
11  Any program that is suid root is a potential security risk so this is not
12  the default. Because each program that is suid root is security risk this
13  is not done by default.  However, the program is quite small (~150 lines
14  of code) and is fairly easy to verify the safety of the code yourself, if
15  you don't trust my judgement.