[Samba] Windows ACL modify ability?

Mike Partyka mpartyka at gmail.com
Tue Jan 3 15:11:18 GMT 2006


Thanks Tom!

Evidently Fedora Core 4 kernel's DO have POSIX ACL and Extemded attributes
support.



On 1/3/06, Thomas Bork <tombork at web.de> wrote:
>
> 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