From owner-svn-src-all@FreeBSD.ORG Mon Sep 27 09:40:57 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8DBC106566C; Mon, 27 Sep 2010 09:40:57 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 345D78FC19; Mon, 27 Sep 2010 09:40:56 +0000 (UTC) Received: by qwd6 with SMTP id 6so3219610qwd.13 for ; Mon, 27 Sep 2010 02:40:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GPQObodUL3TLiqA4JekLmwig+cVVOWRqvkAPVwo7n7g=; b=lliC5DL3vjs45dvB0uk4NR3Y677xYzlfUOV+SSDVOPTi5VNlMxJ7/593ji75lUmuzM qr3yI9tSFp4nLm++IiA2C0VmFNXVQOovXBr/YFVrcOAJEJQ0hD7Xzz/xcLhmJ6WQKMmk DTh5O1KuCQLCu3pYs043NGKxwBXsn/EYAkIIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DHQABEbDARljFlPbHq4c0xXDBmlg3G1tBTIxTdcrdiFI7kYzeolzYpyWXA5iAwTKLB O982U4kx46Lk3pW/dkQqE98j38Sl0Z85VABadQ/gET8IJ6TGbHc4X8yUTS6vPIz6I5Sr 2P04c492BOXfo1qELLSjHoJEv/qB+TjZVGDjo= MIME-Version: 1.0 Received: by 10.229.215.208 with SMTP id hf16mr5483960qcb.79.1285580456059; Mon, 27 Sep 2010 02:40:56 -0700 (PDT) Received: by 10.229.50.8 with HTTP; Mon, 27 Sep 2010 02:40:56 -0700 (PDT) In-Reply-To: <86mxr4eq6k.fsf@kopusha.home.net> References: <201009260145.o8Q1jXUk078511@svn.freebsd.org> <86mxr4eq6k.fsf@kopusha.home.net> Date: Mon, 27 Sep 2010 13:40:56 +0400 Message-ID: From: pluknet To: Mikolaj Golub Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ed Maste Subject: Re: svn commit: r213181 - head/usr.sbin/watchdogd X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 09:40:57 -0000 On 26 September 2010 14:48, Mikolaj Golub wrote: > > On Sun, 26 Sep 2010 01:45:33 +0000 (UTC) Ed Maste wrote: > > =A0EM> Log: > =A0EM> =A0 Protect the watchdog daemon against swap OOM killer. =A0This i= s similar to > =A0EM> =A0 SVN r199804 which added protection to sshd, cron, syslogd, and= inetd. > > May be there is a sense to have some utility in the system so that an adm= in > could protect any process he wanted? E.g. something like in the attach. > Hi. You might want to look at is sysutils/scprotect in ports. Not sure that's what you want though. --=20 wbr, pluknet