diff options
author | delphij <delphij@FreeBSD.org> | 2017-10-30 13:59:15 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2017-10-30 13:59:15 +0800 |
commit | 51ea74840a13f3125669cc5a46420ab02a89c839 (patch) | |
tree | ed4e2c468703ffa6997914a33834363dfcbbb894 /www/fcgiwrap/Makefile | |
parent | d85858b611c5cd8256efd54753b1ce3a43736878 (diff) | |
download | freebsd-ports-gnome-51ea74840a13f3125669cc5a46420ab02a89c839.tar.gz freebsd-ports-gnome-51ea74840a13f3125669cc5a46420ab02a89c839.tar.zst freebsd-ports-gnome-51ea74840a13f3125669cc5a46420ab02a89c839.zip |
Improve robustness of owner/mode settings.
- Run fcgiwrap under target credential and only change ownership
if the credential do not match the current socket_owner/group
setting.
- Use umask instead of chmod.
- Use nobody/nogroup for default credentials instead of root.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12726
Diffstat (limited to 'www/fcgiwrap/Makefile')
-rw-r--r-- | www/fcgiwrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index cb3ef2286ee0..6e5c794b02ee 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -2,7 +2,7 @@ PORTNAME= fcgiwrap PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MAINTAINER= ports@FreeBSD.org |