~ubuntu-branches/debian/stretch/haserl/stretch

« back to all changes in this revision

Viewing changes to debian/haserl.templates

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin, Christian Perrier, Chow Loong Jin
  • Date: 2011-12-27 01:11:56 UTC
  • Revision ID: package-import@ubuntu.com-20111227011156-hshsgmbyvuh15wkp
Tags: 0.9.29-2
[ Christian Perrier ]
* [81b0b68] Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project. Closes: #636101
  - Slovak (Slavko).  Closes: #636573
  - Danish (Joe Hansen).  Closes: #636950
  - Russian (Yuri Kozlov).  Closes: #637010
  - German (Chris Leick).  Closes: #637290
  - French (Julien Patriarca).  Closes: #637417
  - Czech (Michal Simunek).  Closes: #637800
  - Portuguese (Rui Branco).  Closes: #638179
  - Spanish; (Francisco Javier Cuadrado).  Closes: #638330
  - Dutch; (Jeroen Schot).  Closes: #638700

[ Chow Loong Jin ]
* [648dd86] No-change Standards-Version bump (3.9.1 → 3.9.2)
* [43bf76c] Add missing License: field in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# debian-l10n-english@lists.debian.org for advice.
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
1
10
Template: haserl/setuid
2
11
Type: boolean
3
12
Default: false
4
13
_Description: Install haserl binary with suid root permissions?
5
14
 When haserl is installed with suid root permissions, it will automatically set
6
 
 its UID and GID to that of the owner and group of the script.
 
15
 its UID and GID to match the owner and group of the script.
7
16
 .
8
 
 WARNING: This is a potential security vulnerability, as scripts that are owned
 
17
 This is a potential security vulnerability, as scripts that are owned
9
18
 by root will be run as root, even when they do not have the suid root bit.