File: cwcp.templates

package info (click to toggle)
unixcw 2.2-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,132 kB
  • ctags: 706
  • sloc: ansic: 6,737; cpp: 1,935; makefile: 341; sh: 214; awk: 209
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.