From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43F84C07E96 for ; Thu, 8 Jul 2021 19:05:41 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E0B3F61220 for ; Thu, 8 Jul 2021 19:05:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0B3F61220 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=linux-audit-bounces@redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625771140; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=H3z7RbC729HjxGxesgChElhA6tcNk8HP5yML4vsA+nM=; b=K03MvGEs0Igz7osqR/1uXNvUEEedqvo76RYqs0+UAexPaQYZYFoxAAiux6eKa7Zb1Vceve dZ4O4ANAVOpsEwEqallt9axMvKkeTbLHOuk/SN6sRGIym+LLFX/mtnZpqvxEdDBVxFPl9Y LnSwN85q5ab4UjFjdo+YOZLzRfaCMcc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-551-LR8MYA1WPBi1ZxkQTcRuQA-1; Thu, 08 Jul 2021 15:05:26 -0400 X-MC-Unique: LR8MYA1WPBi1ZxkQTcRuQA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DA9911023F51; Thu, 8 Jul 2021 19:05:22 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 873835D6A8; Thu, 8 Jul 2021 19:05:22 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 1515D1832DBC; Thu, 8 Jul 2021 19:05:22 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 168J5KkY005069 for ; Thu, 8 Jul 2021 15:05:20 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0DEB55C1C2; Thu, 8 Jul 2021 19:05:20 +0000 (UTC) Received: from x2.localnet (ovpn-117-206.rdu2.redhat.com [10.10.117.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id A31FE5C232; Thu, 8 Jul 2021 19:05:06 +0000 (UTC) From: Steve Grubb To: "warron.french" , Richard Guy Briggs Subject: Re: Bad Rule? Date: Thu, 08 Jul 2021 15:05:03 -0400 Message-ID: <4327505.LvFx2qVVIh@x2> Organization: Red Hat In-Reply-To: <20210708184640.GC2655937@madcap2.tricolour.ca> References: <20210708184640.GC2655937@madcap2.tricolour.ca> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-loop: linux-audit@redhat.com Cc: Linux Audit X-BeenThere: linux-audit@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Linux Audit Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=linux-audit-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thursday, July 8, 2021 2:46:40 PM EDT Richard Guy Briggs wrote: > On 2021-07-08 13:33, warron.french wrote: > > Ah! that was a typo in my email typing, since I could not copy paste from > > where the syntax was to my email I was typing. > > Could it be you are trying to add a directory with a path field? That's not exactly a problem if you intend to watch the directory itself. Placing a watch with dir does not actually include changes to entries in the dirtectory itself, but rather the files contained by it. -Steve -- Linux-audit mailing list Linux-audit@redhat.com https://listman.redhat.com/mailman/listinfo/linux-audit