From owner-soc-status@freebsd.org Mon May 30 13:32:53 2016 Return-Path: Delivered-To: soc-status@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 2C5D0B5386C for ; Mon, 30 May 2016 13:32:53 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B587D1119 for ; Mon, 30 May 2016 13:32:52 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lb0-f181.google.com with SMTP id mp7so6589214lbb.2 for ; Mon, 30 May 2016 06:32:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:message-id:date:to:mime-version; bh=OTGUJ1tjPfsV3gYbTgsDPGsq0ZnanRT/hTKHUx3wEx4=; b=l/VTUr37uBFCKvfR6owuNWMhcs5pC0I++VOiCT7o2059VzztjqMCY51zzPdH91z5FC bESXWafCMDN8dQ7VvV0pc+HAhMApWA5+kf4ETweaH2S4GfbJb9cw+re+SXcTUDY5UzF0 gIivDUq7X7/ALoGHJ3yV0lXJGnPJXHTi8HXaG8fcSO+AOKdLDNP6Tgo/XSYv11YmKPIC CLzdmqVZ981X6Z4xmNLyzRe34v+OjBk9yVheVODhKMCxjjyPYolYA6YrcY6ZgqK95+Yj eWPH1N/2u98m5K6e2qUOUDkLDmyZH60viAaEIRUCuk1qXxlBs7jhKODeg9giMr6HzljR e3/A== X-Gm-Message-State: ALyK8tLGG1ND3E7gmgVuxiHkYkbjv+dx/ry+i555BDWRGB37vT78EUfhSItUd6SnvDyo6A== X-Received: by 10.112.72.138 with SMTP id d10mr4824447lbv.106.1464604629865; Mon, 30 May 2016 03:37:09 -0700 (PDT) Received: from [192.168.0.15] (87-207-152-10.dynamic.chello.pl. [87.207.152.10]) by smtp.gmail.com with ESMTPSA id o75sm4670727lfi.9.2016.05.30.03.37.08 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 May 2016 03:37:09 -0700 (PDT) From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: Week 1 / Non-BSM to BSM Conversion Tools Message-Id: Date: Mon, 30 May 2016 12:37:07 +0200 To: soc-status@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 13:32:53 -0000 Hello, During the first week of GSoC I=E2=80=99ve managed to set up FreeBSD and = Debian in VirtualBox. Both of these guest virtual machines are = generating audit logs which I analyse to learn the structure of the = audit logs formats. I started to map the fields of the Linux Audit = format to the BSM format. Wiki: = https://wiki.freebsd.org/SummerOfCode2016/NonBSMtoBSMConversionTools = Repository: https://github.com/0mp/gsoc16 = . (The repository hasn=E2=80=99t got any = code in it at the moment; rather a bunch of useful links which helped me = to proceed with my project.) I=E2=80=99ve also created a a little notebook where I keep all my little = hacks to get FreeBSD to work: = https://github.com/0mp/n0tes/blob/master/freebsd.md = I hope I=E2=80=99ll be able to produce more value this week as I=E2=80=99v= e got less intense assignments to hand in for the time being. =09 Cheers! Mateusz Piotrowski PS If you know how to create audit logs for only one specific file on = FreeBSD than please drop me a line! I=E2=80=99ve already asked this = question on serverfault = (http://serverfault.com/questions/778510/how-to-record-audit-logs-for-only= -one-specified-file-in-freebsd = ) and I=E2=80=99m about to send an email = to the trustedbsd-discuss@freebsd.org mailing list.