Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / packaging / debian / templates
blob5af094d288a5fa074730b4d4514ddbecf54f8fd4
1 # These templates have been reviewed by the debian-l10n-english
2 # team
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
10 Template: wireshark-common/install-setuid
11 Type: boolean
12 Default: false
13 _Description: Should non-superusers be able to capture packets?
14  Dumpcap can be installed in a way that allows members of the "wireshark"
15  system group to capture packets. This is recommended over the
16  alternative of running Wireshark/Tshark directly as root, because
17  less of the code will run with elevated privileges.
18  .
19  For more detailed information please see
20  /usr/share/doc/wireshark-common/README.Debian.
21  .
22  Enabling this feature may be a security risk, so it is disabled by
23  default. If in doubt, it is suggested to leave it disabled.
25 Template: wireshark-common/addgroup-failed
26 Type: error
27 _Description: Creating the wireshark system group failed
28  The wireshark group does not exist, and creating it failed, so
29  Wireshark cannot be configured to capture traffic as an unprivileged
30  user.
31  .
32  Please create the wireshark system group and try configuring
33  wireshark-common again.
35 Template: wireshark-common/group-is-user-group
36 Type: error
37 _Description: The wireshark group is a system group
38  The wireshark group exists as a user group, but the preferred
39  configuration is for it to be created as a system group.
40  .
41  As a result, purging wireshark-common will not remove the wireshark
42  group, but everything else should work properly.
44 Template: wireshark-common/setcap-failed
45 Type: error
46 _Description: Setting capabilities for dumpcap failed
47  The attempt to use Linux capabilities to grant packet-capturing
48  privileges to the dumpcap binary failed. Instead, it has had the
49  set-user-id bit set.
51 Template: wireshark-common/group-removal-failed
52 Type: error
53 _Description: Removal of the wireshark group failed
54  When the wireshark-common package is configured to allow
55  non-superusers to capture packets the postinst script of
56  wireshark-common creates the wireshark group as a system group.
57  .
58  However, on this system the wireshark group is a user group instead of
59  being a system group, so purging wireshark-common did not remove it.
60  .
61  If the group is no longer needed, please remove it manually.
63 Template: stratoshark/install-setuid
64 Type: boolean
65 Default: false
66 _Description: Should non-superusers be able to capture system calls?
67  The falcodump external capture utility (extcap) can be installed in a
68  way that allows members of the "scap" system group to capture system
69  calls. This is recommended over the alternative of running Stratoshark
70  directly as root, because less of the code will run with elevated
71  privileges.
72  .
73  For more detailed information please see
74  /usr/share/doc/wireshark-common/README.Debian.
75  .
76  Enabling this feature may be a security risk, so it is disabled by
77  default. If in doubt, it is suggested to leave it disabled.
79 Template: stratoshark/addgroup-failed
80 Type: error
81 _Description: Creating the "scap" system group failed
82  The "scap" group does not exist, and creating it failed, so
83  Stratoshark cannot be configured to capture system calls as an unprivileged
84  user.
85  .
86  Please create the "scap" system group and try configuring
87  stratoshark again.
89 Template: stratoshark/group-is-user-group
90 Type: error
91 _Description: The "scap" group is a system group
92  The "scap" group exists as a user group, but the preferred
93  configuration is for it to be created as a system group.
94  .
95  As a result, purging stratoshark will not remove the "scap"
96  group, but everything else should work properly.