From owner-svn-src-all@FreeBSD.ORG Mon Sep 27 11:31:44 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 EB8A5106566B; Mon, 27 Sep 2010 11:31:44 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id F2F1E8FC12; Mon, 27 Sep 2010 11:31:43 +0000 (UTC) Received: by fxm9 with SMTP id 9so3443866fxm.13 for ; Mon, 27 Sep 2010 04:31:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :organization:references:date:in-reply-to:message-id:user-agent :mime-version:content-type:content-transfer-encoding; bh=tWIrtyRnbP+KWpmOPHFH0xux6DQK/NNfWo0edwo/Nrc=; b=rvNtMB9yxih/Ry1rYALDfNlSKq8eVR7+tiIuSgp2/yBLBRG78RaZYIffgsPNkpPDlO CX6p3Iu+BZyhfPqDADr9Dmh1FYYmAAsYUJ8Drx9QJEGJaeg1xuD5RJan5gUck1S4BNMF x7jrjdDDN9+/Dk9JEWNIrtsQ8YBXfXHUDbm4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; b=K7M3aC20M4hEeq0l/U6Tw/gXA8AQR7yaNKQeqaRAPB5AjkCMRGlfK83aS0fk3aXS3Y QTDmSrVXxLftO+sYt8MsDJDKeBlusN7vlON3QqHT7FM88zP7LsyoqtFdcAKieHmdfyNO qjCHcUvhJOPImaf5jybg8BexawwICDDpMs594= Received: by 10.223.107.199 with SMTP id c7mr5043026fap.64.1285587102681; Mon, 27 Sep 2010 04:31:42 -0700 (PDT) Received: from localhost (ua1.etadirect.net [91.198.140.16]) by mx.google.com with ESMTPS id r8sm2326702faq.34.2010.09.27.04.31.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 04:31:41 -0700 (PDT) From: Mikolaj Golub To: pluknet Organization: TOA Ukraine References: <201009260145.o8Q1jXUk078511@svn.freebsd.org> <86mxr4eq6k.fsf@kopusha.home.net> Date: Mon, 27 Sep 2010 14:31:39 +0300 In-Reply-To: (pluknet@gmail.com's message of "Mon, 27 Sep 2010 13:40:56 +0400") Message-ID: <86iq1rqv6s.fsf@zhuzha.ua1> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit 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 11:31:45 -0000 On Mon, 27 Sep 2010 13:40:56 +0400 pluknet wrote: p> On 26 September 2010 14:48, Mikolaj Golub wrote: >> >> On Sun, 26 Sep 2010 01:45:33 +0000 (UTC) Ed Maste wrote: >> >> šEM> Log: >> šEM> š Protect the watchdog daemon against swap OOM killer. šThis is similar to >> šEM> š 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 admin >> could protect any process he wanted? E.g. something like in the attach. >> p> Hi. p> You might want to look at is sysutils/scprotect in ports. p> Not sure that's what you want though. Yes, it looks sysutils/scprotect allows to do this and even more :-) -- Mikolaj Golub