[RFC][PATCH] (#5, U2) (resent) filesystem auditing support

David Woodhouse dwmw2 at infradead.org
Tue Mar 8 11:14:54 UTC 2005


On Mon, 2005-03-07 at 15:13 -0600, Timothy R. Chavez wrote:
> @@ -106,6 +118,7 @@ struct audit_message {
>  struct audit_status {
>         __u32           mask;           /* Bit mask for valid entries */
>         __u32           enabled;        /* 1 = enabled, 0 = disbaled */
> +       __u32           fs_enabled;     /* 1 = fs auditing on, 0 = off */

Putting this in the middle of the structure breaks binary compatibility
with existing audit userspace. I'll shift it to the end.

-- 
dwmw2




More information about the Linux-audit mailing list