aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorAlexander Bersenev <bay@hackerdom.ru>2011-06-08 20:20:02 +0000
committerAlexander Bersenev <bay@hackerdom.ru>2011-06-08 20:20:02 +0000
commit857fa6ec7f696a65ad9849368f54ab44ba28529e (patch)
treed9a14d0df077b194825e8bbff474689f3a840ec8 /NOTES
parentbig commit: part 2, modified python and C part of logger library (diff)
downloadautodep-857fa6ec7f696a65ad9849368f54ab44ba28529e.tar.gz
autodep-857fa6ec7f696a65ad9849368f54ab44ba28529e.tar.bz2
autodep-857fa6ec7f696a65ad9849368f54ab44ba28529e.zip
file access blocking support
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES13
1 files changed, 7 insertions, 6 deletions
diff --git a/NOTES b/NOTES
index 05d63f0..a3850c1 100644
--- a/NOTES
+++ b/NOTES
@@ -1,10 +1,11 @@
This is few notes mainly for myself.
1. Format of log record:
- <time of event sec since 1970>
- <event type: stat, open, read, write>
+ <time of event: sec since 1970>
+ <event type: stat, create, open, read, write>
<name of file>
- <returned value>
- <errno>
- <parent processes>(will be pid)
- <allowed/denied> \ No newline at end of file
+ <pid>
+ <result:OK,ERR/errno,ASKING,DENIED>
+
+2. Format of answer for ASKING packet:
+ <ALLOW | DENY>