Gentoo Archives: gentoo-soc

From: "Александр Берсенев" <bay@×××××××××.ru>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Auto dependency builder progress report. Week 2.
Date: Mon, 06 Jun 2011 15:13:04
Message-Id: BANLkTimwM_-Pqb4JHz6iKay2xFRiuibJ2Q@mail.gmail.com
1 What has been done this week.
2
3 Organizational:
4 - an account on Gentoo infrastructure was created
5 - a new mentor was assigned to me. He is reachable for communication.
6
7 Technical:
8 - second approach for file access logging was implemented. It is based
9 on Sebastian Pipping's FUSE logger library. So, there is 2 approaches
10 for logging now: hooking the library calls and hooking on filesystem's
11 level. Each of them allows to block an access to particular file.
12 - more library functions are hooked. Now events from both approaches
13 are almost same.
14 - minor code refactoring. A loggers is a python classes now.
15
16 What I plan to do next week:
17 - implement the file access blocking feature.
18 - deny an access to FUSE mount for non-children of initial process
19 - implement a fast <local file>-><name of installed package> function
20
21
22 Best,
23 Alexander Bersenev