From owner-freebsd-questions@freebsd.org Fri Nov 20 17:25:29 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E2A6A336A3 for ; Fri, 20 Nov 2015 17:25:29 +0000 (UTC) (envelope-from artem@artem.ru) Received: from fallback8.mail.ru (fallback8.mail.ru [94.100.181.110]) by mx1.freebsd.org (Postfix) with ESMTP id CE5AA126E for ; Fri, 20 Nov 2015 17:25:28 +0000 (UTC) (envelope-from artem@artem.ru) Received: from smtp31.i.mail.ru (smtp31.i.mail.ru [94.100.177.91]) by fallback8.mail.ru (mPOP.Fallback_MX) with ESMTP id DC0FC8F6EF9B for ; Fri, 20 Nov 2015 20:00:52 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=WLHsXCX6sysrgeB8BXYs9IoT800mwWfH93Fvu/h82CQ=; b=gfIj6e4gHw4TNm+cFpz4bastGLuCXb7aEGGdBIhhHA0OGBxg/biqrZ2jI/aHUom4uApy37mq3ooT8gQxmH6ho567GyYXzSNUtQkBd0IAomZtTEtNSsrOJUrNT3l0eJPQjPzYkJ55ALbgfQ3iVFFBtq3RAILL1w7GkQhGuq9uQRc=; Received: from [109.188.127.40] (port=4755 helo=[192.168.0.12]) by smtp31.i.mail.ru with esmtpa (envelope-from ) id 1Zzp3D-00028n-8F for freebsd-questions@freebsd.org; Fri, 20 Nov 2015 20:00:43 +0300 To: freebsd-questions@freebsd.org From: Artem Kuchin Subject: Forbid user set file mtime in the past Message-ID: <564F51BD.4080103@artem.ru> Date: Fri, 20 Nov 2015 20:00:45 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mras: Ok X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 17:25:29 -0000 Hello! Is there any way to forbid users to set file modification time in the past? I am asking because many php viruses somehow set modification time in the past and just checking what php files were created/modified for the last n hours just does not work at all. Artem