From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: [PATCH] audit syscall classes Date: Tue, 22 Aug 2006 10:33:52 -0400 Message-ID: <200608221033.52477.sgrubb@redhat.com> References: <20060701115343.GN4199@devserv.devel.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060701115343.GN4199@devserv.devel.redhat.com> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Saturday 01 July 2006 07:53, Alexander Viro wrote: > +#define AUDIT_SYSCALL_CLASSES 16 > +#define AUDIT_CLASS_DIR_WRITE 0 > +#define AUDIT_CLASS_DIR_WRITE_32 1 > +#define AUDIT_CLASS_CHATTR 2 > +#define AUDIT_CLASS_CHATTR_32 3 Hello, I'm working on the auditctl support for this right now. The requirements are simply: read, write, execute, and attribute change. How do I get it from the above? I don't see anything for reads or execute. Also, why is DIR in the name of writes? Is this limited to notification of DIRS? Thanks, -Steve