svn commit: r239568 - head/etc/rc.d

Doug Barton dougb at FreeBSD.org
Wed Aug 22 21:37:38 UTC 2012


Were these changes discussed somewhere and I missed it?

I'm not opposed per se, but the security aspects should be discussed on
freebsd-security@, and it's preferable that significant changes to
rcorder be looked at on freebsd-rc@ as well.

Can you hold off on MFC'ing any of this until it's been reviewed more
thoroughly?

Doug


On 08/22/2012 11:35, David E. O'Brien wrote:
> Author: obrien
> Date: Wed Aug 22 18:35:17 2012
> New Revision: 239568
> URL: http://svn.freebsd.org/changeset/base/239568
> 
> Log:
>   Add dependencies based on security(7).
> 
> Modified:
>   head/etc/rc.d/securelevel
> 
> Modified: head/etc/rc.d/securelevel
> ==============================================================================
> --- head/etc/rc.d/securelevel	Wed Aug 22 18:30:13 2012	(r239567)
> +++ head/etc/rc.d/securelevel	Wed Aug 22 18:35:17 2012	(r239568)
> @@ -4,6 +4,7 @@
>  #
>  
>  # PROVIDE: securelevel
> +# REQUIRE: adjkerntz ipfw ipfilter pf
>  
>  . /etc/rc.subr
>  
> 


-- 

    I am only one, but I am one.  I cannot do everything, but I can do
    something.  And I will not let what I cannot do interfere with what
    I can do.
			-- Edward Everett Hale, (1822 - 1909)


More information about the svn-src-all mailing list