File: templates

package info (click to toggle)
pdsh 2.35-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,008 kB
  • sloc: ansic: 12,433; sh: 6,838; makefile: 400; perl: 163
file content (14 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Template: pdsh/setuidroot
Type: boolean
Default: false
_Description: Should the pdsh binary be installed setuid root?
 The pdsh program can be installed setuid root, so that it will run with
 the permissions of the 'root' user.
 .
 This is required for non-root accounts to use the rsh remote-command method 
 of pdsh.  However, enabling this could be a security risk.
 .
 In short, unless you know what you are doing or have a very controlled
 user base, you should not enable this feature.  If you choose not to enable
 setuid root, then you can still use pdsh through tools like sudo or with
 the ssh remote-command module.