<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel">
    <title>gmane.linux.dazuko.devel</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/745"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/744"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/743"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/739"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/731"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/730"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/729"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/728"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.dazuko.devel/727"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/746">
    <title>Re: Dazukofs for linux3.6+ is out,but I need testings from you!</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/746</link>
    <description>&lt;pre&gt;The problem seems to be in "dazukofs_fill_super", still no idea why it
crashes on mount:

d_alloc(NULL, &amp;amp;name);

On Mon, Oct 29, 2012 at 2:29 PM, Aaron Lewis &amp;lt;the.warl0ck.1989&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Aaron Lewis</dc:creator>
    <dc:date>2012-10-29T08:46:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/745">
    <title>Dazukofs for linux3.6+ is out,but I need testings from you!</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/745</link>
    <description>&lt;pre&gt;Hi,

Grab the source code here:

https://github.com/CaledoniaProject/dazukofs-linux3.6

But as I'm not a fs professional, please help me on testing.

------------
And for developers,  is it ok to use mount_nodev only?

static struct dentry* dazukofs_get_sb(struct file_system_type *fs_type,
int flags,
const char *dev_name, void *data)
{
return mount_nodev(fs_type, flags, data,
dazukofs_fill_super);
}

&lt;/pre&gt;</description>
    <dc:creator>Aaron Lewis</dc:creator>
    <dc:date>2012-10-29T06:29:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/744">
    <title>dazuko for linux 3.x?</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/744</link>
    <description>&lt;pre&gt;This project has been stagnant for a while. I wanted to see how hard
it would be to get it running with a 3.0 or 3.2 linux kernel.  I'm not
a strong programmer, but I started converting it over today. With any
luck maybe we can get it working again.

it compiles okay, but it doesn't appear to do anything. I think the
problem might be in the dazukofs_d_compare function in the dentry.c
file, ~= line 159, which was not converted over correctly.

Anyone have any ideas?

[CODE]
diff -r -u a/dazukofs-3.1.4/dentry.c b/dazukofs-3.1.4/dentry.c
--- a/dazukofs-3.1.4/dentry.c2010-05-30 06:58:04.000000000 -0400
+++ b/dazukofs-3.1.4/dentry.c2012-04-25 16:32:41.777027772 -0400
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -116,10 +116,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 {
 struct dentry *lower_dentry = get_lower_dentry(dentry);

+struct inode *lower_inode = get_lower_inode(dentry);
 if (!lower_dentry-&amp;gt;d_op || !lower_dentry-&amp;gt;d_op-&amp;gt;d_hash)
 return 0;

-return lower_dentry-&amp;gt;d_op-&amp;gt;d_hash(lower_dentry, name);
+return lower_dentry-&amp;gt;d_op-&amp;gt;d_hash(lower_dentry, lower_inode, name);
 }

 /**
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Erik Miller</dc:creator>
    <dc:date>2012-04-25T23:42:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/743">
    <title>Re: Dazuko-devel Digest, Vol 94, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/743</link>
    <description>&lt;pre&gt;
Go to the wiki, click on the "Savannah Tools" link, then click on the
"CVS Repository" link. It will take you to the repository [1].

John Ogness

[1] https://savannah.nongnu.org/cvs/?group=dazuko
&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2012-04-13T07:22:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/742">
    <title>Re: Dazuko-devel Digest, Vol 94, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/742</link>
    <description>&lt;pre&gt;Hi, dear List.
The project seems to be sleeping.
Now I try to wake it up again.
First I say: I can not maintain it, but I'm willting to contribute.

Hence I see the following other problems:
1. The is#nt any source-repo anywhere.
2. The Codebase ist too old.

But I also see possebilities get live back in it:
A. Basic functionality of dazuko is comperable to AuFs or unionfs, but 
less complex.
B. The fanotify-kernelinterface opens new ways for using dazuko on 
demand, no more need to add it to fstab.

So dear community, make it happen and get dazuko it's personal resurrection.

Jonathan Dumke
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Dumke</dc:creator>
    <dc:date>2012-04-12T13:29:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/741">
    <title>About the Dazuko project maintenance</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/741</link>
    <description>&lt;pre&gt;Hi there,
    I like linux kernel hacking, and I am a member of Linux Virtual  
Server Project (www.linux-vs.org), recently I am interested in file  
system development, especially stackable file system. I am familiar  
with the VFS and Ecryptfs source code, with a glimpse, the Dazukofs  
code does not seem to be too difficult. However, frankly speaking,  
although I heard Dazukofs before, I have not really used it, I do  
interested in this area, and wanna do some further development on it.  
Prior to that, could I know how the status of this project is, say,  
how it compared to other antivirus project, such as clam, which based  
on a user space filesystem on top of fuse. Thanks in advance.

Cheers,
Li Wang
&lt;/pre&gt;</description>
    <dc:creator>dragonfly&lt; at &gt;linux-vs.org</dc:creator>
    <dc:date>2011-12-15T14:44:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/740">
    <title>Support for kernel 3.x.y?</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/740</link>
    <description>&lt;pre&gt;Is there going to be any support for kernel 3.x.y in the future?
&lt;/pre&gt;</description>
    <dc:creator>Pouar</dc:creator>
    <dc:date>2011-10-20T00:50:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/739">
    <title>Re: Project Takeover request</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/739</link>
    <description>&lt;pre&gt;
The Dazuko project currently has no maintainer. Anyone is welcome to
take on this responsibility. If _you_ are interested in this
responsibility, I good starting point may be to introduce yourself and
explain your motivations for becoming involved with the project.

John Ogness
&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2011-04-25T16:00:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/738">
    <title>Project Takeover request</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/738</link>
    <description>&lt;pre&gt;Hi, Is is possible to take over this project?

Thanks
&lt;/pre&gt;</description>
    <dc:creator>yevgney</dc:creator>
    <dc:date>2011-04-24T10:39:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/737">
    <title>Re: DazukoFS 3.1.4 released, Dazuko 2.3.9 released</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/737</link>
    <description>&lt;pre&gt;
Hi, Lino. Any plans for antivir using fanotify? Even tho' dazukofs 3.1.4 
compiles and loads fine on kernel 2.6.37 (openSuSE 11.4), antivir ends up with 
a lot of defunct processes, and 100% cpu on the remaining ones. I suppose this 
is to be expected since 3.1.4 only officially supports 2.6.36.

If this is not the correct list for this news, feel free to redirect me.

And yes, John, your support over the years has been greatly appreciated. 
Antivir and dazuko(fs) has been the only combination I've needed for many 
years now, and I'd like to continue to use them.

Thanx.
&lt;/pre&gt;</description>
    <dc:creator>jim burns</dc:creator>
    <dc:date>2011-03-28T22:07:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/736">
    <title>Re: DazukoFS 3.1.4 released, Dazuko 2.3.9 released</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/736</link>
    <description>&lt;pre&gt;
Hi John,

as a member of the dazuko community I would like to thank you for
providing us
all with the possibility of file access interception by means of dazuko
and also for your
support and help during all the years.
Even more since in the last years you did this all in your free time.

Although dazuko didnt make it into mainline it was worth trying it. For
me it also was a lot
of fun working at it and i think we all learned a lot from the dazuko
project.

Thank you very much and best regards!

Lino
















Geschaeftsfuehrender Gesellschafter: Tjark Auerbach
Sitz der Gesellschaft: Tettnang
Handelsregister: Amtsgericht Ulm, HRB 630992

ALLGEMEINE GESCHAEFTSBEDINGUNGEN
Es gelten unsere Allgemeinen Geschaeftsbedingungen
(AGB). Sie finden sie in der jeweils gueltigen Fassung
im Internet unter http://www.avira.com/de/standard-terms-conditions-business-de
***************************************************
&lt;/pre&gt;</description>
    <dc:creator>Lino Sanfilippo</dc:creator>
    <dc:date>2011-03-28T16:31:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/735">
    <title>DazukoFS 3.1.4 released, Dazuko 2.3.9 released</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/735</link>
    <description>&lt;pre&gt;Hi,

I have released DazukoFS 3.1.4. At the request of Lino Sanfilippo the
recent patch to make read calls restartable across signals has been
reverted.

I have also released Dazuko 2.3.9. This includes a patch from Jaroslav
Suchanek to add support support for FreeBSD 8.

This is my final email as maintainer of the Dazuko project. The
Savannah resources and the wiki-based website will still be
available. If anyone wishes to become maintainer of this project,
please post to one of the Dazuko mailing lists.

Over the past 9 years I had a lot of fun and learned a lot about
development together with the free software community. I thank
everyone that helped me over the years. Dazuko has come a long way
from its original 1.0.0 version.

I am happy to see that there is now an official userspace interface
for file access control in mainline Linux: Fanotify. I hope that the
Dazuko community is able to embrace this new interface and also work
together with the Linux community to improve it further.

John Ogness

&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2011-03-19T13:18:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/734">
    <title>Re: LSM of Dazuko on kernel 2.6.32</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/734</link>
    <description>&lt;pre&gt;Hi All,
    I have found a way to get the event type. I use file_permission to
replace inode_permission for the security hook point and use FMODE_EXEC &amp;amp;
file-&amp;gt;f_flags to get the event type.
    When a sys_execve is called, the open_exec will return a struct file *
with file-&amp;gt;f_flags set to FMODE_EXEC.

Thanks,
Errik
2011/2/18 errik &amp;lt;waitingfor2009marry&amp;lt; at &amp;gt;gmail.com&amp;gt;

_______________________________________________
Dazuko-devel mailing list
Dazuko-devel&amp;lt; at &amp;gt;nongnu.org
http://lists.nongnu.org/mailman/listinfo/dazuko-devel
&lt;/pre&gt;</description>
    <dc:creator>errik</dc:creator>
    <dc:date>2011-02-21T12:08:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/733">
    <title>Re: Re: [Dazuko-help] Dazukofs</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/733</link>
    <description>&lt;pre&gt;Yes, fanotify is a good choice. But fanotify not support  watch descendant
directories.

On Thu, 2010-11-25 at 11:26 +0800, errik wrote:

we can either watch:
1) a single inode
2) a directory and it's children (note: children, NOT descendants)
3) an entire mount point.
number 3 can be abused with bind mounting to watch descendants but takes
admin action and has some odd side effects...


Yes, for certain events this is possible (namely OPEN and READ)
-Eric

2011/2/15 John Ogness &amp;lt;dazukolist3&amp;lt; at &amp;gt;ogness.net&amp;gt;

_______________________________________________
Dazuko-devel mailing list
Dazuko-devel&amp;lt; at &amp;gt;nongnu.org
http://lists.nongnu.org/mailman/listinfo/dazuko-devel
&lt;/pre&gt;</description>
    <dc:creator>errik</dc:creator>
    <dc:date>2011-02-18T10:54:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/732">
    <title>LSM of Dazuko on kernel 2.6.32</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/732</link>
    <description>&lt;pre&gt;Hi John,
    These days I am trying to find a way to do execve hook on 2.6.32 kernel.

    I  have tried dazukofs, it works with risk because we can't stop it
after we mount a directory as dazukofs. The only way is to reboot the OS. If
I mount watching directories to dazukofs, it has some potential impact to my
server.
    Also I tried redirfs, it only supports open and close hook not support
execve hook.
    At the end I tried to port Dazuko (LSM way) to kernel 2.6.32. The execve
hook works fine with dazuko-LSM. But after I modify all the security APIs
for 2.6.32, I found the kernel API  register_security is not exported event
there is no kernel API unregister_security.

    So I hope I can get some suggestions from you:
    1. Is it possibile that I continue to use LSM on kernel 2.6.32? How can
I do this? It seems kernel developers want to remove LSM from future kernel.

     2. Can Dazuko catch execve events with RedirFS on kernel 2.6.32?

     Looking forward to your suggestions.

Thanks a lot,
Errik
___&lt;/pre&gt;</description>
    <dc:creator>errik</dc:creator>
    <dc:date>2011-02-18T11:03:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/731">
    <title>Re: [Dazuko-help] Dazukofs</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/731</link>
    <description>&lt;pre&gt;
It is not planned. For 2.6.38 you should switch to the official kernel
API for file access control: fanotify.

John Ogness

&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2011-02-15T08:28:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/730">
    <title>Re: Next dazukofs release</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/730</link>
    <description>&lt;pre&gt;
OK. I will remove it for the release.

John Ogness

&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2011-01-13T15:37:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/729">
    <title>Next dazukofs release</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/729</link>
    <description>&lt;pre&gt;

Hi John,

although I sent that patch
http://lists.gnu.org/archive/html/dazuko-devel/2010-07/msg00007.html

I recommend to NOT include it into the next dazukofs release:
Since the semantic of the dazukofs_read() function changes with that patch
(without: read() is interrupted, with: interruption depends
on installed signal handlers and SA_RESTART ) we do strictly speaking 
have an API break.
I guess that this is something we should avoid....

Regards,
Lino




Geschäftsführender Gesellschafter: Tjark Auerbach
Sitz der Gesellschaft: Tettnang
Handelsregister: Amtsgericht Ulm, HRB 630992
ALLGEMEINE GESCHÄFTSBEDINGUNGEN
Es gelten unsere Allgemeinen Geschäftsbedingungen
(AGB). Sie finden sie in der jeweils gültigen Fassung
im Internet unter http://www.avira.com/de/standard-terms-conditions-business-de
***************************************************
&lt;/pre&gt;</description>
    <dc:creator>Lino Sanfilippo</dc:creator>
    <dc:date>2011-01-13T15:22:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/728">
    <title>dazuko freebsd8.x patch</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/728</link>
    <description>&lt;pre&gt;Hi,

attached is a patch made by my colleague Vladimir Zalud for compiling
legacy dazuko on FreeBSD 8.x. It is basically based on previous patch
for FreeBSD 7.x provided by Frantisek Hrbata 1,5 year ago.

The patch is against dazuko-2.3.9-pre1, the procedure is following:
1) copy dazuko-2.3.9-pre1-freebsd8.patch to the dazuko-2.3.9-pre1 source
code
2) in dazuko-2.3.9-pre1 apply the patch
   $ patch -p1 &amp;lt; dazuko-2.3.9-pre1-freebsd8.patch
3) build as usual

It is tested on FreeBSD 8.x, FreeBSD 7.x amd64.

Just a note. As far as I know Dazuko is still the only one option for
on-access scanning on FreeBSD which is usable, right?

Best regards,
&lt;/pre&gt;</description>
    <dc:creator>Jaroslav Suchanek</dc:creator>
    <dc:date>2010-12-08T08:25:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/727">
    <title>Re: [xen-compile]Is there any patch for dazukobuilding on SLES10/11?</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/727</link>
    <description>&lt;pre&gt;Hello John,

   Thanks for your information. Fanotify will replace current inotify in
kernel.

If I want to use these features, I am afraid I can only choose inotify now.
An idea that comes up to solve the "/" issue of dazukofs is that:
1) Use inotify to monity "/"
2) If a directory is created, mount the directory as dazukofs.

This maybe a work around for the known issue of dazukofs.

Thanks again and hope dazukofs can comes in kernel source.


Thanks,
Eric

2010/11/24 John Ogness &amp;lt;dazukolist3&amp;lt; at &amp;gt;ogness.net&amp;gt;

_______________________________________________
Dazuko-devel mailing list
Dazuko-devel&amp;lt; at &amp;gt;nongnu.org
http://lists.nongnu.org/mailman/listinfo/dazuko-devel
&lt;/pre&gt;</description>
    <dc:creator>errik</dc:creator>
    <dc:date>2010-11-25T03:19:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.dazuko.devel/726">
    <title>Re: [xen-compile]Is there any patch for dazukobuilding on SLES10/11?</title>
    <link>http://permalink.gmane.org/gmane.linux.dazuko.devel/726</link>
    <description>&lt;pre&gt;
I hope your study also includes using the fanotify interface instead
of DazukoFS. fanotify will provide you all the events you need and it
is about to become an official Linux kernel API.

John Ogness

&lt;/pre&gt;</description>
    <dc:creator>John Ogness</dc:creator>
    <dc:date>2010-11-23T17:07:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.dazuko.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.dazuko.devel</link>
  </textinput>
</rdf:RDF>
