Beginnings of acl (POSIX.1e draft 17) verification support
authorPanu Matilainen <pmatilai@redhat.com>
Sun, 26 Oct 2008 12:18:17 +0000 (14:18 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sun, 26 Oct 2008 12:18:17 +0000 (14:18 +0200)
commitf4b5bd55db623f83d75d0d60432f48cf0a7d2ef5
tree827f96163da744ad46f608a751cb65cc5076b557
parent770a0f34c90b59460372da181895b3a2802113f1
Beginnings of acl (POSIX.1e draft 17) verification support
- if built with --with-acl, check that files and directories don't have
  any extra acl's set
- for now, any acl beyond the regular unix permission set is reported as
  file mode difference as the acl's cannot have been set by rpm itself
- patch from Andreas Gruenbacher, modified to use libacl instead of raw
  xattrs for portability, BUT atm this uses non-portable acl_equiv_mode()
  Linux libacl extension, the posix draft doesn't seem to have much in
  the way of comparing entries :-/
configure.ac
lib/Makefile.am
lib/verify.c
system.h