From owner-freebsd-hackers@freebsd.org Sun Mar 6 23:41:33 2016 Return-Path: Delivered-To: freebsd-hackers@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 B966BA95A02 for ; Sun, 6 Mar 2016 23:41:33 +0000 (UTC) (envelope-from mark@heily.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (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 8ED5BFB3 for ; Sun, 6 Mar 2016 23:41:33 +0000 (UTC) (envelope-from mark@heily.com) Received: by mail-ig0-x231.google.com with SMTP id vs8so14040098igb.1 for ; Sun, 06 Mar 2016 15:41:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heily-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-transfer-encoding; bh=Xraxj/uH1pjhmGiIM3juiBR0dB+0PmwDZSSY4Ss3Rhw=; b=frw/v953VxoFvgcZAuNhtjPb2w7WlEtHz6XDd8S90/gn1du2Zt/UymZOZtkIlAAFJ9 lshkikOjcxWK+7vVziYFPB5oqhj1ctDhvfM6GIiIHls9/eFLtTzeMIGfg5jIwmas1dl+ uQ7uUaj8b6my7Dwp+pZb6BaFx63sZDxlKb30qwAwZatw7FXkp90DQPAkoRaFHNIK57rX RA36P4+m3orxXx60bXK4VL8fwcQeE2KJXJRh8HIiqdaUg8yWCQc0KukWclh1iNzAQDrK iFRBoKV1S0EN0qQFTjQdTIEX4ggMeyLVgfbTePuBDddZhtgJZD+PKZnHJaIudTzBS87f bUvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=Xraxj/uH1pjhmGiIM3juiBR0dB+0PmwDZSSY4Ss3Rhw=; b=NlkhvS29HdaW/QV2crozm6NGS//sZgLBAyuPp8BF2mPjqbTe0i0TuJk8oLF7ixjmx0 yTzsksmFp3E1iS6A0+bq24adn2z0sliDUis3bjmepguZ4QNU+7A04reZW8Z+3z9JWJ/9 mRxdTIMMf47m3jnQkN02pMvhExwUozWs5e6K6fYuDLdr49Lidbaxb/KyPhvgX/XrWKC1 RBRfbfJi1SzerKTCkF0x5IuDj4qYL2HRLjOZUDfARDXILCYVnMAnQd7inyhaqNJe78A5 HniutrIEXyDkh9Aq00Lz9FuhWZyHdrfzErkn6Ms58/47qE5Mg7+1SxSD2M+u+hYR3qp8 AGLA== X-Gm-Message-State: AD7BkJIm8iltQZCb8hmJuYQFyZakzmaqrxjL1JcMlWRsMqil+YY9RRKlG7E/KHTEStNveT06T6QyHRHeSKxgrg== MIME-Version: 1.0 X-Received: by 10.50.67.148 with SMTP id n20mr9183389igt.37.1457307692845; Sun, 06 Mar 2016 15:41:32 -0800 (PST) Received: by 10.79.30.133 with HTTP; Sun, 6 Mar 2016 15:41:32 -0800 (PST) X-Originating-IP: [71.70.175.250] In-Reply-To: References: Date: Sun, 6 Mar 2016 18:41:32 -0500 Message-ID: Subject: Re: Looking for security-related intro project From: Mark Heily To: =?UTF-8?B?S2FtaWxhIFNvdcSNa292w6E=?= Cc: FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 23:41:33 -0000 On Sat, Mar 5, 2016 at 5:45 PM, Kamila Sou=C4=8Dkov=C3=A1 w= rote: > Hello, > > I am looking for a project that would help me get started with contributi= ng > to FreeBSD. I am most interested in something security-related.. > I'm working on relaunchd, which is a new service manager for FreeBSD (and other Unix-like systems such as Linux). I have put together some design notes for a security feature I'd like to add. This feature would allow you to create a "virtual private filesystem" for each daemon, which is a fancy way of saying that it populates a chroot(2) jail based on some configuration options. Take a look at this, and let me know if you are interested in working on it= : https://github.com/mheily/relaunchd/issues/35