X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Ftemplates;h=a6d42a92520b3b19a2ae4812f7c196c808ab37f7;hb=6dd0f82935477ccf7e42aa09d178baed04aa406d;hp=117d6c40d25d8cc0734a4d3c41f3f80a8d0fdd4f;hpb=37ef60ac9891a4bddc7d6a4bdba24837e10abd0f;p=pkg%2Fbeep.git diff --git a/debian/templates b/debian/templates index 117d6c4..a6d42a9 100644 --- a/debian/templates +++ b/debian/templates @@ -1,14 +1,14 @@ 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 _Description: Install beep as: 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. . 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 - trust my judgement. + trust the package maintainer's judgement.