On Mon, 6 Aug 2007, Serge E. Hallyn wrote:
> +struct vfs_cap_data_v2 {
> + __u32 magic_etc; /* Little endian */
> + struct {
> + __u32 permitted_lo; /* Little endian */
> + __u32 permitted_hi; /* Little endian */
> + __u32 inheritable_lo; /* Little endian */
> + __u32 inheritable_hi; /* Little endian */
> + } data[1];
> +};
why not __le32 ?
I think this needs to be settable at runtime via a sysctl, and also
possibly overridable via LSM.
--
James Morris
<[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe
linux-security-module" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html