Cygwin has setfacl and getfacl. IIRC cygwin does just enough windows acls to implement un*x permissions semantics, so keep in mind it might not give you everything. (BTW where is your setacl, I have windows xp and could not find it, and so could not contrast the output of both set*acl).

If you don't care for a "normal install" using cygwin setup, do the following:

  • Get the "cygwin" package (just 1 package) for example the latest one say with 'curl -O ftp://ftp.heanet.ie/pub/cygwin/release/cygwin/cygwin-1.5.24-2.tar.bz2' (-big-Oh not -zero)
  • extract it somewhere and just put the *facl and cygwin1.dll in a directory you can access from your code
  • try running getfacl from there; if it does not work get the ash package, proceed as before but run getfacl from ash.
  • IIRC directories have also a default acl...note that *I do not do acls* ;)

    At least that gives something to try if you're stuck. Good luck.

    % steph@ap (/home/stephan) % % cygcheck /usr/bin/getfacl.exe C:/cygwin/bin/getfacl.exe C:/cygwin/bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\RPCRT4.dll
    cheers --stephan

    In reply to Re: SetACL problems by sgt
    in thread SetACL problems by Skarlso

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.