Re: [PATCH v3 4/9] devcg: expand may_access() logic

2013-01-29 Thread Tejun Heo
On Tue, Jan 29, 2013 at 02:08:03PM -0500, a...@redhat.com wrote: > In order to make the next patch more clear, expand may_access() logic. > > Cc: Tejun Heo > Cc: Serge Hallyn > Signed-off-by: Aristeu Rozanski Maybe convert the function to return bool while at it? Acked-by: Tejun Heo -- tej

[PATCH v3 4/9] devcg: expand may_access() logic

2013-01-29 Thread aris
In order to make the next patch more clear, expand may_access() logic. Cc: Tejun Heo Cc: Serge Hallyn Signed-off-by: Aristeu Rozanski --- security/device_cgroup.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) --- github.orig/security/device_cgroup.c2013-01-2