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
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
--- 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
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
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