From owner-p4-projects@FreeBSD.ORG Sat Jun 19 19:29:58 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 669241065673; Sat, 19 Jun 2010 19:29:58 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B2CA106566C for ; Sat, 19 Jun 2010 19:29:58 +0000 (UTC) (envelope-from ligregni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 182478FC17 for ; Sat, 19 Jun 2010 19:29:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5JJTvLN070856 for ; Sat, 19 Jun 2010 19:29:57 GMT (envelope-from ligregni@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5JJTvLY070854 for perforce@freebsd.org; Sat, 19 Jun 2010 19:29:57 GMT (envelope-from ligregni@FreeBSD.org) Date: Sat, 19 Jun 2010 19:29:57 GMT Message-Id: <201006191929.o5JJTvLY070854@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to ligregni@FreeBSD.org using -f From: Sergio Ligregni To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 179856 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2010 19:29:58 -0000 http://p4web.freebsd.org/@@179856?ac=10 Change 179856 by ligregni@ligPhenom on 2010/06/19 19:29:14 Fixed formatting to better reading Affected files ... .. //depot/projects/soc2010/disaudit/ideas.txt#2 edit Differences ... ==== //depot/projects/soc2010/disaudit/ideas.txt#2 (text+ko) ==== @@ -13,38 +13,38 @@ /* SLAVE */ disaudit_slave_level:0 # 0=disabled - # 1=only when a trail closes (audit will call "shipd -l", - # the last closed trail will be delivered without checkings) - # 2=the daemon will perform a comparisson in the master system - # reverse date sorted, when a trail is found ok in both systems, - # then it will go backwards and sync the "newer" trails - # 3=the daemon will ALWAYS perform a check of ALL trails found - # in the slave system with the ones in the master system, this - # option differs from 2 because, we can have an incorrect old - # trail, and maybe the option 2 doesn't take care of that - # because a newer trail is ok, this options are available - # to let the admin tune the system and choose between performance - # or trustiness (maybe the admin only needs the last slave's trail ok) + # 1=only when a trail closes (audit will call "shipd -l", + # the last closed trail will be delivered without checkings) + # 2=the daemon will perform a comparisson in the master system + # reverse date sorted, when a trail is found ok in both systems, + # then it will go backwards and sync the "newer" trails + # 3=the daemon will ALWAYS perform a check of ALL trails found + # in the slave system with the ones in the master system, this + # option differs from 2 because, we can have an incorrect old + # trail, and maybe the option 2 doesn't take care of that + # because a newer trail is ok, this options are available + # to let the admin tune the system and choose between performance + # or trustiness (maybe the admin only needs the last slave's trail ok) disaudit_slave_msec:15000 # the frequency wich slave system will be doing the lists comparissons - # and syncronizing both directories of trails -disaudit_slave_mhost:masterHost # the master host (maybe we will allow IP address here) + # and syncronizing both directories of trails +disaudit_slave_mhost:masterHost # the master host (maybe we will allow IP address here) /* MASTER */ -disaudit_master_dir:/var/audit/other # the path to keep the audit trails received from slaves -disaudit_master_dirperhost:yes # when receiving a trail, put it in a directory exclusive per - # that host, this is, if "yes" selected: - # /var/audit/other/ - # /var/audit/other/hostone/ - # /var/audit/other/hostone/20100618***.hostone.20100618 - # /var/audit/other/hostone/20100619***.hostone.20100618 - # /var/audit/other/otherhost/ - # /var/audit/other/otherhost/20100617***.otherhost.20100617 - # /var/audit/other/otherhost/20100619***.otherhost.20100618 - # if "no" selected: - # /var/audit/other/ - # /var/audit/other/20100618***.hostone.20100618 - # /var/audit/other/20100619***.hostone.20100618 - # /var/audit/other/20100617***.otherhost.20100617 - # /var/audit/other/20100619***.otherhost.20100619 +disaudit_master_dir:/var/audit/other # the path to keep the audit trails received from slaves +disaudit_master_dirperhost:yes # when receiving a trail, put it in a directory exclusive per + # that host, this is, if "yes" selected: + # /var/audit/other/ + # /var/audit/other/hostone/ + # /var/audit/other/hostone/20100618***.hostone.20100618 + # /var/audit/other/hostone/20100619***.hostone.20100618 + # /var/audit/other/otherhost/ + # /var/audit/other/otherhost/20100617***.otherhost.20100617 + # /var/audit/other/otherhost/20100619***.otherhost.20100618 + # if "no" selected: + # /var/audit/other/ + # /var/audit/other/20100618***.hostone.20100618 + # /var/audit/other/20100619***.hostone.20100618 + # /var/audit/other/20100617***.otherhost.20100617 + # /var/audit/other/20100619***.otherhost.20100619