Re: [RFC PATCH v8 05/18] LSM: Add secctx_to_secid() LSM hook

2007-12-18 Thread Paul Moore
On Tuesday 18 December 2007 3:25:54 am James Morris wrote: > On Fri, 14 Dec 2007, Paul Moore wrote: > > Add a secctx_to_secid() LSM hook to go along with the existing > > secid_to_secctx() LSM hook. This patch also includes the SELinux > > implementation for this hook. > > Please sign off your pat

Re: [RFC PATCH v8 05/18] LSM: Add secctx_to_secid() LSM hook

2007-12-18 Thread James Morris
On Fri, 14 Dec 2007, Paul Moore wrote: > Add a secctx_to_secid() LSM hook to go along with the existing > secid_to_secctx() LSM hook. This patch also includes the SELinux > implementation for this hook. Please sign off your patches (especially this one asap, so I can push it upstream). -- Ja

Re: [RFC PATCH v8 05/18] LSM: Add secctx_to_secid() LSM hook

2007-12-17 Thread Casey Schaufler
--- Stephen Smalley <[EMAIL PROTECTED]> wrote: > On Fri, 2007-12-14 at 16:50 -0500, Paul Moore wrote: > > Add a secctx_to_secid() LSM hook to go along with the existing > > secid_to_secctx() LSM hook. This patch also includes the SELinux > > implementation for this hook. > > Acked-by: Stephen

Re: [RFC PATCH v8 05/18] LSM: Add secctx_to_secid() LSM hook

2007-12-17 Thread Stephen Smalley
On Fri, 2007-12-14 at 16:50 -0500, Paul Moore wrote: > Add a secctx_to_secid() LSM hook to go along with the existing > secid_to_secctx() LSM hook. This patch also includes the SELinux > implementation for this hook. Acked-by: Stephen Smalley <[EMAIL PROTECTED]> This one can go up anytime, as w

[RFC PATCH v8 05/18] LSM: Add secctx_to_secid() LSM hook

2007-12-14 Thread Paul Moore
Add a secctx_to_secid() LSM hook to go along with the existing secid_to_secctx() LSM hook. This patch also includes the SELinux implementation for this hook. --- include/linux/security.h | 13 + security/dummy.c |6 ++ security/security.c |6 ++ securit