18 Jan, 2014

1 commit

  • Each asm-generic/audit_xx.h defines a set of system calls for respective
    audit permission class (read, write, change attribute or exec).
    This patch changes two entries:

    1) fchown in audit_change_attr.h
    Make fchown included by its own because in asm-generic/unistd.h, for example,
    fchown always exists while chown is optional. This change is necessary at
    least for arm64.

    2) truncate64 in audit_write.h
    Add missing truncate64/ftruncate64 as well as truncate/ftruncate

    Signed-off-by: AKASHI Takahiro
    Acked-by: Will Deacon
    Signed-off-by: Eric Paris

    AKASHI Takahiro
     

05 May, 2011

1 commit


30 Oct, 2010

1 commit


23 Sep, 2006

1 commit


01 Jul, 2006

1 commit

  • Allow to tie upper bits of syscall bitmap in audit rules to kernel-defined
    sets of syscalls. Infrastructure, a couple of classes (with 32bit counterparts
    for biarch targets) and actual tie-in on i386, amd64 and ia64.

    Signed-off-by: Al Viro

    Al Viro