Re: when and where shall I encrypt dentry?

2005-02-02 Thread linux-os
The correct place to encrypt or decrypt ANYTHING is just before access to the "outside" world, i.e., in the case of a file-system, the reads and writes to the storage device (disk drive). You are in a world of hurt if you intend to encrypt 'data' and directories separately. If you need to use an ex

Re: __init()

2005-08-11 Thread linux-os \(Dick Johnson\)
On Thu, 11 Aug 2005, raja wrote: > Hi, > Is there any way to execute my own __init() instead of default > __init() while running an executable. > - Sure you link your object file with your own instead of using the default gcc -c -o myprog.o myprog.c as -o start.o start.S