Re: [PATCH 11/14] CacheFiles: Permit an inode's security ID to be obtained [try #2]

From: David Howells
Date: Thu Aug 09 2007 - 14:08:08 EST


Casey Schaufler <casey@xxxxxxxxxxxxxxxx> wrote:

> This is SELinux specific functionality. It should not be an LSM
> interface.

This is what I worked out in conjunction with the denizens of the SELinux
mailing list. What would you have me do differently? Change things like:

u32 (*act_as_secid)(u32 secid);

to something like:

void (*act_as_secid)(const char *newsecdata, u32 newseclen,
char *oldsecdata, u32 *oldseclen);

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/