Date: Mon, 18 Apr 2016 23:34:58 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: olli hauer <ohauer@gmx.de>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r413604 - in head/Mk: . Scripts Message-ID: <E7176C10E77EB7D78275FEB3@atuin.in.mat.cc> In-Reply-To: <57153497.5000000@gmx.de> References: <201604181839.u3IIdjhn065995@repo.freebsd.org> <57153497.5000000@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--==========24673764DF3BED2D0C59========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 18 avril 2016 21:25:11 +0200 olli hauer <ohauer@gmx.de> wrote: | On 2016-04-18 20:39, Mathieu Arnold wrote: |> Author: mat |> Date: Mon Apr 18 18:39:44 2016 |> New Revision: 413604 |> URL: https://svnweb.freebsd.org/changeset/ports/413604 |> |> Log: |> Extract the users/groups creation into a separate shell script. |> |> This adds a few features: |> - it checks that the UID line has the right number of fields [1] |> - it tells the user that there are groups that he may want to remove |> [2] |> |> PR: 208800, 173318 [1], 157546 [2] |> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208800 |> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208800 Submitted by: |> mat |> Sponsored by: Absolight |> Differential Revision: https://reviews.freebsd.org/D5939 |> | ... |> Modified: head/Mk/bsd.port.mk |> ======================================================================== |> ====== --- head/Mk/bsd.port.mk Mon Apr 18 18:17:19 2016 (r413603) |> +++ head/Mk/bsd.port.mk Mon Apr 18 18:39:44 2016 (r413604) |> @@ -1245,6 +1245,10 @@ GID_OFFSET?= 0 |> # alpha numeric sort order |> USERS_BLACKLIST= _dhcp _pflogd auditdistd bin bind daemon games hast |> kmem mailnull man news nobody operator pop proxy root smmsp sshd toor |> tty uucp www |> |> +# predefined accounts from src/etc/group |> +# alpha numeric sort order |> +GROUPS_BLACKLIST= _dhcp _pflogd audit authpf bin bind daemon dialer ftp |> games guest hast kmem mail mailnull man network news nobody nogroup |> operator proxy smmsp sshd staff sys tty unbound uucp wheel www | ... | | | Hi Mathieu, | | nice rework :) | | I've done a quick compare of the USERS_BLACKLIST and /etc/ftpusers on a | 10.x system and noted "unbound" is missing in both BLACKLISTS. Would you | mind to extend the BLACKLIST's? Mmmm, I admit, I did not check the USERS blacklist, feel free to add unbound to it. (it *is* in the GROUPS one.) -- Mathieu Arnold --==========24673764DF3BED2D0C59========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXFVMCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQ6IP/3rsjoFzBVywR4gguBGC6i3s f9KD+Q58zJYOipv5bkKYFrFo2BslHzGYGsy0sUSB9fOzDlgVgqU2lmlRRjnndOfv rNAh7D2Er13d0s0m2d+m57NlYM8IDtMT3UPWZxqGr2q+p2Ap+oyZYgYcmlHcGWRz zG9+OFPDB5gLNx0A80oxG6HXDK8DKeYqp0FwzFvSws+VElnt7KTL618H/8lhVaaC kTVPid+lTRY4VVit02UsMD7eGiYNfeWJJ/hWEP4yY/5Y3axyqMIqxcWEo4CDXu/b Em5CKrD8iRouCWaQH0M2czGZqgHIyT6QQnVSnKqWjflriQSplw62f565WTLX+BgZ bkE8Yi/fm21xj41MxLnzRPr+AkZ29VpxhJSSp2T8LEuaWJTrmLyj7tC0T5++30mr vkaB/2fzniQkIjwBcwzCa/ZUP/Q4UYpIfiwHJoc/KzU59+Fx5ABhZ4BJPY2NFiDM ieyJJrtLvSIynlIMDj/DVYyic//x/VvcgewycVujhEJCzMaq5KZ80qag6hO+fR0X 3CUG81NAcM/LHx3RQNJ9/V2NmwSDA1tm8U5pEf2KIcQ9x4rr4N9LhvFSYD9/LJNI ArFnY4rxT3/2VY1Wln9OffLjfkmvDFylsxE3kcwfwX+hFRKCH9ZjMK7nK01nMKHO /WhXouZOLelpMzH6lvOk =86hS -----END PGP SIGNATURE----- --==========24673764DF3BED2D0C59==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E7176C10E77EB7D78275FEB3>