Re: Idea for GEOM and policy based file encryption

2012-04-10 Thread Andriy Bakay
On 2012-03-21, at 6:47, "Andrey V. Elsukov" wrote: > On 21.03.2012 14:09, Victor Balada Diaz wrote: >> You would need to modify UFS, or maybe do something like CFS[1]. CFS works >> as an NFS server and you could modify it to only cipher the needed files. >> >> Also you could write a simple FS on

Re: Idea for GEOM and policy based file encryption

2012-03-21 Thread Gleb Kurtsou
On (21/03/2012 11:13), Vincent Hoffman wrote: > On 21/03/2012 10:47, Andrey V. Elsukov wrote: > > On 21.03.2012 14:09, Victor Balada Diaz wrote: > >> You would need to modify UFS, or maybe do something like CFS[1]. CFS works > >> as an NFS server and you could modify it to only cipher the needed fi

Re: Idea for GEOM and policy based file encryption

2012-03-21 Thread Vincent Hoffman
On 21/03/2012 10:47, Andrey V. Elsukov wrote: > On 21.03.2012 14:09, Victor Balada Diaz wrote: >> You would need to modify UFS, or maybe do something like CFS[1]. CFS works >> as an NFS server and you could modify it to only cipher the needed files. >> >> Also you could write a simple FS on FUSE, b

Re: Idea for GEOM and policy based file encryption

2012-03-21 Thread Andrey V. Elsukov
On 21.03.2012 14:09, Victor Balada Diaz wrote: > You would need to modify UFS, or maybe do something like CFS[1]. CFS works > as an NFS server and you could modify it to only cipher the needed files. > > Also you could write a simple FS on FUSE, but last time i checked, our > FUSE support had some

Re: Idea for GEOM and policy based file encryption

2012-03-21 Thread Andrey V. Elsukov
On 21.03.2012 13:47, Harald Schmalzbauer wrote: > Was such a policy based file encryption control doable with GEOM? > Maybe it's easier to make use of existing tools like gpg with GEOM > interaction? > I don't want to reinvent any file encryption, I just need some automatic > encryption (without _m

Re: Idea for GEOM and policy based file encryption

2012-03-21 Thread Victor Balada Diaz
On Wed, Mar 21, 2012 at 10:47:45AM +0100, Harald Schmalzbauer wrote: > Hello, > > I personally don't have the need to encrypt whole filesystems and if I > need to transfer sensitive data I use gpg to encrypt the tarball or > whatever. > But, I'd like to see some single files encrypted on my syste

Idea for GEOM and policy based file encryption

2012-03-21 Thread Harald Schmalzbauer
Hello, I personally don't have the need to encrypt whole filesystems and if I need to transfer sensitive data I use gpg to encrypt the tarball or whatever. But, I'd like to see some single files encrypted on my systems, eg. wpasupplicant.conf, ipsec.conf aso. Since I recently secured LDAP queries