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