Gentoo Archives: gentoo-soc

From: Kaoru Esashika <e_kaoru5@××××××××.jp>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project
Date: Sun, 26 Jul 2020 23:01:31
Message-Id: CAHuS14OHanrNO0e0nQoNRvD4m=OM+a8cFP3AyjH0jN_VKE9F1g@mail.gmail.com
1 Hi,
2 This week, I wrote the code about ACL (Access Control List).
3 The ACL allows you to actually control whether or not the application
4 can access your files.
5 This implementation also includes an interface that allows you to
6 control access to the files dynamically.
7 Specifically, you can control access to specific files by writing a
8 list of files to be controlled in a special virtual file called a
9 control file.
10
11 Next week, I will integrate the Fusebox with emerge/portage. And also,
12 I need prepare to evaluation...
13
14 Project Repository: https://github.com/pluser/fusebox
15
16 Regards,
17 Kaoru Esashika

Replies