Mike Partyka wrote:

Your referring to POSIX ACL support in the kernel? I am not entirely sure
how to check for this in the standard precompliled kernel, and i believe
that support not to be common in most linux distro's so i would guess that,
POSIX ACL support is not enabled.

for pseudofile in /proc/{ksyms,kallsyms}
do
  if [ -e "$pseudofile" ]
  then
      if grep -q 'posix_acl_' "$pseudofile"
      then
          echo "posix acl support available :)"
      fi
  fi
done


der tom
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to