FreeBSD Bugzilla – Attachment 198325 Details for
Bug 232411
[patch] security/hitch don't use "nobody" user/group
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update security/hitch to avoid using "nobody" user / group
02-security-hitch-uid-gid.diff (text/plain), 1.25 KB, created by
Graham Percival
on 2018-10-18 21:02:08 UTC
(
hide
)
Description:
Update security/hitch to avoid using "nobody" user / group
Filename:
MIME Type:
Creator:
Graham Percival
Created:
2018-10-18 21:02:08 UTC
Size:
1.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482377) >+++ Makefile (working copy) >@@ -16,8 +16,8 @@ > BUILD_DEPENDS= rst2man:textproc/py-docutils > LIB_DEPENDS= libev.so:devel/libev > >-USERS= nobody >-GROUPS= nobody >+USERS= hitch >+GROUPS= hitch > > USES= pkgconfig ssl > GNU_CONFIGURE= yes >Index: files/hitch.conf.sample >=================================================================== >--- files/hitch.conf.sample (revision 482377) >+++ files/hitch.conf.sample (working copy) >@@ -68,12 +68,12 @@ > # Set uid after binding a socket > # > # type: string >-user = "nobody" >+user = "hitch" > > # Set gid after binding a socket > # > # type: string >-group = "nobody" >+group = "hitch" > > # Quiet execution, report only error messages > # >Index: files/hitch.in >=================================================================== >--- files/hitch.in (revision 482377) >+++ files/hitch.in (working copy) >@@ -30,8 +30,8 @@ > > : ${hitch_enable="NO"} > : ${hitch_config="%%PREFIX%%/etc/hitch.conf"} >-: ${hitch_huser:=nobody} >-: ${hitch_hgroup:=nobody} >+: ${hitch_huser:=hitch} >+: ${hitch_hgroup:=hitch} > > command="%%PREFIX%%/sbin/hitch" > command_args="--daemon -u ${hitch_huser} -g ${hitch_hgroup} -s --config=${hitch_config}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232411
:
198324
| 198325