Created attachment 218556 [details] Create dedicated sandbox user for wsdd I got interested in the wsdd port because I'm using samba with Windows 10 machines, and one minor point that I didn't like was that it used the generic "daemon" user. I propose to use a dedicated "_wsdd" user (and primary group) instead, which I have added to the /usr/ports/{UID,GID} files. I chose the still free id 370, since wsdd uses port 3702.
Looks good. Thank you. No objections from me.
A commit references this bug: Author: dim Date: Wed Oct 7 17:14:21 UTC 2020 New revision: 551655 URL: https://svnweb.freebsd.org/changeset/ports/551655 Log: Create dedicated sandbox user for wsdd service This changes the account the wsdd service runs under from the generic 'daemon' user to its own dedicated '_wsdd' user. Approved by: hiroo.ono+freebsd@gmail.com (maintainer) PR: 250159 MFH: 2020Q4 Changes: head/GIDs head/UIDs head/net/py-wsdd/Makefile head/net/py-wsdd/files/patch-etc_rc.d_wsdd
A commit references this bug: Author: dim Date: Thu Oct 8 21:34:56 UTC 2020 New revision: 551735 URL: https://svnweb.freebsd.org/changeset/ports/551735 Log: MFH: r551655 Create dedicated sandbox user for wsdd service This changes the account the wsdd service runs under from the generic 'daemon' user to its own dedicated '_wsdd' user. Approved by: ports-secteam (joneum) PR: 250159 Changes: _U branches/2020Q4/ branches/2020Q4/GIDs branches/2020Q4/UIDs branches/2020Q4/net/py-wsdd/Makefile branches/2020Q4/net/py-wsdd/files/patch-etc_rc.d_wsdd
Committed and merged to quarterly, thanks!