]> git.deb.at Git - pkg/beep.git/blob - debian/templates
Imported Debian patch 1.2.2-24
[pkg/beep.git] / debian / templates
1 Template: beep/suid_option
2 Type: select
3 __Choices: usable for all, usable for group audio, usable only for root
4 Default: suid root with only group audio executable
5 _Description: Install beep as:
6  beep must be run as root since it needs to access the speaker hardware.
7  There are several possibilities 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  Since each program set as suid root can be a security risk this is not done
12  by default.  However, the program is quite small (~150 lines of code), so it
13  is fairly easy to verify the safety of the code yourself, if you don't
14  trust the package maintainer's judgement.