File: cwcp.templates

package info (click to toggle)
unixcw 2.3-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,316 kB
  • ctags: 897
  • sloc: ansic: 7,476; sh: 3,182; cpp: 1,628; makefile: 401; awk: 245
file content (8 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
Template: cwcp/suid_bit
Type: boolean
Default: false
_Description: Make cwcp setuid root
 The cwcp program only runs correctly as the root user. One way of doing
 this is to make the program setuid root. This is generally a bad idea as
 there are better ways, such as using the sudo program, to do this.
 However, you have the option here of making it setuid root if you like.