On Tue, 2010-11-16 at 09:58 +1100, James Morris wrote:
I guess it comes down to what you define 'generic security logic.'
We've come to expect that capabilities are an indispensable mechanism
for control object access. The prevalence of if (!capable(***))
throughout the kernel proves that fact. I think that sometimes open
coding how we expect to use capabilities and sometimes hiding it behind
an LSM hook is just bad news. I'd prefer all open coding, but that
might not be the best in all situations. Hopefully I'll get a chance to
try to clean that up a little.
In any case, right now I need to go write a patch description since I
just compile tested it a couple of ways....
-Eric
--