[Samba] Windows ACL modify ability?

Thomas Bork tombork at web.de
Tue Jan 3 14:29:48 GMT 2006


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


More information about the samba mailing list