> Remember, the big issue here isn't the kernel "hooks", but the fact that
Mostly the same people who said that about LSM I note 8)
The key difference between a lazy scan and an active intervention is tiny
- the ability to block in the security decision to open a file.
Once you have that bit you have the ability to hand the file handle up to
a daemon to chew on and return a status. The same co-incidentally gives
you the hooks for doing various kinds of HSM as you can block an open
while you retrieve the archived content from wherever it was warehoused.
Alan
--