forked from Lainports/freebsd-ports
security/tlsc: Add default user
Set tlsc_user to 'nobody' by default, to avoid accidentally running it as root. Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
3a9105aba4
commit
8596786ff1
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= tlsc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= zirias@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ rcvar=tlsc_enable
|
|||
load_rc_config ${name}
|
||||
|
||||
: ${tlsc_enable:=NO}
|
||||
: ${tlsc_user:=nobody}
|
||||
|
||||
start_precmd=tlsc_prestart
|
||||
command="%%PREFIX%%/bin/tlsc"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue