From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76B2D138359 for ; Sun, 2 Aug 2020 23:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDB4AE0993; Sun, 2 Aug 2020 23:01:26 +0000 (UTC) Received: from mail-il1-f170.google.com (mail-il1-f170.google.com [209.85.166.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92058E0972 for ; Sun, 2 Aug 2020 23:01:26 +0000 (UTC) Received: by mail-il1-f170.google.com with SMTP id f68so7759444ilh.12 for ; Sun, 02 Aug 2020 16:01:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=aqC2rAxuGMf8ERhfLdFW7QK7h5EVV+dREUiEvhmIiWY=; b=GbrX0lWttmCZiTOOn8MDWPiyPcdtYbHNxlWkKhkyeUdzKocLFl7lzKeOi22l80fFPV P4dcuT8b69ul3g585l4Jxq70GqyMNjSscFlXgtPu1sinAMx3MuB2SPVSX6et5PNuCqaJ qwI4/V3PofPJh9BJ36ANFjaZ03tKq+UjulLKsE3TB2gpXe7LNvk/mlaKRTONHbcvSjf3 4u/jY8weefwMd04AnxeLqXvbZjTTa7BlxnpruD9+gqcS50QhYODxK7cjPDW5Rywwh/Yt n61UyQFG6F1hoXrNdNEuzfJR5fcL05BaM6EDSw25BOuLvUuJCvlTus3pb5ykZW3E2cFc oLZg== X-Gm-Message-State: AOAM531XsvP12uYWrpVSpbeuh17dnEKpWY4QLCtMDpTBrnJ6fYMIA5N6 W39Z2WL94dPbly3ZuTMRIoQCTBltDZj1QAMr9+0pSd2k X-Google-Smtp-Source: ABdhPJwrh5Ha8ObKOASYVDofJflZd3Cl+cG01YRYVIMsf98GH65p4pve+06V//qvDWXZ7I2d5O2JmHIejaaZYEc0nqg= X-Received: by 2002:a92:db06:: with SMTP id b6mr15459363iln.228.1596409285695; Sun, 02 Aug 2020 16:01:25 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Kaoru Esashika Date: Mon, 3 Aug 2020 08:00:00 +0900 Message-ID: Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 4c9fad32-af07-46f3-a68d-f9349d7d9817 X-Archives-Hash: 679db16a7f6ddf5da1868e7a0e879d8a Hi, This week, I brushed up ACL (Access Control List) feature. I implement a compatibility interface to keep the consistency of the current portage's sandbox. Also, I wrote many tests and stabilized the feature. The unit tests make me to easier modifying code. Because this is to reduce the need to check regressions as the code changes. Next week, I will write some code to integrate with portage. It's going to be a different kind of challenge, but I'm going to do my best. And I have some ideas about ACL interface. I'd like to implement it if I had the time. Project Repository: https://github.com/pluser/fusebox Regards, Kaoru Esashika